ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

557 results

Truth Addict
HashMap in Java in 90 seconds - Code Noodles

P.S.: One catch here is that to use custom types with HashMaps (as their Keys), one needs to override the hashCode method to ...

1:28
HashMap in Java in 90 seconds - Code Noodles

22 views

9 months ago

vlogize
Understanding the hashCode Method: res = id ^ (id     32) Explained

Discover the purpose behind the Java expression `res = id ^ (id 32)` in the hashCode method and its significance in ensuring ...

1:30
Understanding the hashCode Method: res = id ^ (id 32) Explained

2 views

9 months ago

vlogize
Do You Need to Override hashCode in Non-Hashed Data Structures?

For example, the original title of the Question was: Is it necessary to override hashcode method in non hashed datastructure Also, ...

1:27
Do You Need to Override hashCode in Non-Hashed Data Structures?

1 view

10 months ago

vlogize
Exceptions to the hashCode() Method for Unequal Objects in Java

Learn about the exceptions to the `hashCode()` method for unequal objects in Java, understanding its implications and behavior ...

1:40
Exceptions to the hashCode() Method for Unequal Objects in Java

1 view

11 months ago

vlogize
How to Compute the hashCode() from an Object's Address in Java

Discover the best practices for computing `hashCode()` in Java when overriding `equals()` for stricter equality, and learn how to ...

1:37
How to Compute the hashCode() from an Object's Address in Java

5 views

11 months ago

vlogize
Effective Java hashCode Implementation for Classes with Dates and Maximum Delta

Discover how to implement an effective hashCode method in Java for classes containing dates while considering a predefined ...

2:17
Effective Java hashCode Implementation for Classes with Dates and Maximum Delta

0 views

9 months ago

vlogize
Why is hashCode() Named Differently Than Getters in Java?

Discover why Java's `hashCode()` method doesn't follow the conventional naming pattern of getters and setters in this insightful ...

1:30
Why is hashCode() Named Differently Than Getters in Java?

0 views

7 months ago

The Debug Zone
Understanding equals() and hashCode() in Java's Collection Interface

In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...

2:56
Understanding equals() and hashCode() in Java's Collection Interface

3 views

1 month ago

vlogize
Implementing equals/hashCode Methods in Java for Classes with Double Fields

Learn how to effectively implement the `equals` and `hashCode` methods in Java for classes containing double fields, ensuring ...

1:53
Implementing equals/hashCode Methods in Java for Classes with Double Fields

2 views

3 months ago

vlogize
Can I cache getClass.hashCode()? Understanding the Implications in Java

Best Practices: Ideally, the hashCode method should provide a unique computation based on the actual fields of the object.

1:11
Can I cache getClass.hashCode()? Understanding the Implications in Java

0 views

9 months ago

vlogize
Do We Need to Generate equals and hashCode in the Subclass Every Time?

One frequent question developers face is whether to regenerate the equals and hashCode methods in subclasses, especially if ...

2:01
Do We Need to Generate equals and hashCode in the Subclass Every Time?

0 views

3 months ago

Beyond Java
"Why override equals & hashcode in Java? #InterviewPrep"

Why do we need to override both equals() and hashcode() in Java? This is one of the most important Java interview questions ...

1:00
"Why override equals & hashcode in Java? #InterviewPrep"

1 view

3 months ago

Vincent Vauban
What is the contract between equals() and hashCode() in Java?

Java Interview Questions – Episode 6 What is the contract between equals() and hashCode() in Java? And where is it used?

1:14
What is the contract between equals() and hashCode() in Java?

46 views

5 months ago

vlogize
Understanding equals() and hashCode() in Java: A Deep Dive into Object Comparison and Hashing

Explore how `equals()` and `hashCode()` work in Java with practical examples to improve your understanding of object ...

2:03
Understanding equals() and hashCode() in Java: A Deep Dive into Object Comparison and Hashing

10 views

7 months ago

vlogize
How to Solve HashCode Conversion Issues in Java

Are you struggling to reconvert a concatenated hashcode String back to an int in Java? Discover the causes behind the ...

2:00
How to Solve HashCode Conversion Issues in Java

0 views

7 months ago

vlogize
Effective Implementation of hashCode() for Collections in Java

For example, the original title of the Question was: Best implementation for hashCode method for a collection Also, Content ...

1:44
Effective Implementation of hashCode() for Collections in Java

3 views

11 months ago

Next LVL Programming
How Do hashCode() And Equals() Work In Java Collections? - Next LVL Programming

How Do hashCode() And Equals() Work In Java Collections? Are you curious about how Java collections efficiently store and ...

2:54
How Do hashCode() And Equals() Work In Java Collections? - Next LVL Programming

6 views

2 months ago

vlogize
Can You Search a HashMap by Hashcode Instead of Key?

Discover whether it's possible to search a `HashMap` using hashcodes rather than keys in Java, and explore practical methods to ...

1:56
Can You Search a HashMap by Hashcode Instead of Key?

0 views

7 months ago

vlogize
Understanding the Impact of Changing Properties in Java: Why HashCode Changes

The Mechanism Behind HashCode Changes Understanding HashCode Calculation In Java, the hashCode method generates a ...

1:51
Understanding the Impact of Changing Properties in Java: Why HashCode Changes

1 view

10 months ago

vlogize
Understanding the GetHashCode() Method: Should You Include Base Class HashCode?

Explore the importance of properly overriding `GetHashCode()` in your classes, and learn whether to factor in the base class's ...

1:25
Understanding the GetHashCode() Method: Should You Include Base Class HashCode?

3 views

7 months ago