ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

156 results

The Debug Zone
Understanding HashSet in Java: Why You Can Store Custom Objects

In this video, we dive into the fascinating world of HashSet in Java, exploring its unique capabilities and advantages. You'll learn ...

1:54
Understanding HashSet in Java: Why You Can Store Custom Objects

1 view

4 months ago

Roel Van de Paar
Is HashSet implementation in Java a good example for Adapter Pattern (2 Solutions!!)

Is HashSet implementation in Java a good example for Adapter Pattern Helpful? Please use the *Thanks* button above! Or, thank ...

1:44
Is HashSet implementation in Java a good example for Adapter Pattern (2 Solutions!!)

2 views

3 years ago

The Debug Zone
Java 8 Stream: Convert IntStream to HashSet of Byte - Step-by-Step Guide

In this video, we'll explore the powerful features of Java 8 Streams, focusing specifically on how to convert an IntStream into a ...

3:04
Java 8 Stream: Convert IntStream to HashSet of Byte - Step-by-Step Guide

2 views

1 year ago

Roel Van de Paar
Is there a way in Java to hand over HashSet<Class> arguments to a method so that the method will...

Is there a way in Java to hand over HashSet<Class> arguments to a method so that the method will accept HashSets of ...

2:19
Is there a way in Java to hand over HashSet<Class> arguments to a method so that the method will...

7 views

3 years ago

Roel Van de Paar
Code Review: Custom Hashset in Java (2 Solutions!!)

Code Review: Custom Hashset in Java Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:09
Code Review: Custom Hashset in Java (2 Solutions!!)

3 views

3 years 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

2 views

3 weeks ago

Roel Van de Paar
Concurrent HashSet

Concurrent HashSet Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise to God ...

3:07
Concurrent HashSet

69 views

3 years ago

Roel Van de Paar
A simple Java integer integer hash set - follow-up 2

A simple Java integer integer hash set - follow-up 2 Helpful? Please support me on Patreon: ...

3:04
A simple Java integer integer hash set - follow-up 2

1 view

3 years ago

devmark_ru
What is the difference between HashSet, LinkedHashSet, and TreeSet in Java? #devmark #java #colle...
0:59
What is the difference between HashSet, LinkedHashSet, and TreeSet in Java? #devmark #java #colle...

2,777 views

1 year ago

The Debug Zone
Understanding Element Order in Java Sets: A Guide to Java Collections

In this video, we delve into the fascinating world of Java Sets and their element order. Understanding how elements are organized ...

2:40
Understanding Element Order in Java Sets: A Guide to Java Collections

5 views

9 months ago

Roel Van de Paar
java iterator error sorting through hashset

java iterator error sorting through hashset Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:25
java iterator error sorting through hashset

1 view

3 years ago

开源开发者
Java HashSet与HashMap底层实现原理

"Java HashSet与HashMap底层实现原理"是一门深入浅出的课程,旨在帮助学生掌握Java编程的关键概念。课程内容涵盖了从基础的 ...

1:45
Java HashSet与HashMap底层实现原理

12 views

2 years ago

westhillcs
Java: Using Sets to Remove Duplicates

Computer Science Video for Westhill High School.

3:52
Java: Using Sets to Remove Duplicates

102 views

4 years ago

Roel Van de Paar
Software Engineering: What is the largest size a HashSet or TreeSet be?

Software Engineering: What is the largest size a HashSet or TreeSet be? Helpful? Please support me on Patreon: ...

1:41
Software Engineering: What is the largest size a HashSet or TreeSet be?

13 views

3 years ago

Otavio Santana
What is the java reflection trade-off?

shorts Everything has trade-offs! This rule also applies to Java reflection. Everything has trade-offs, including Java Reflection.

0:56
What is the java reflection trade-off?

393 views

2 years ago

Interview DOT
Java What is unmodifiableCollection | unmodifiable List Set Map | Example Java Code | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. Java What ...

2:00
Java What is unmodifiableCollection | unmodifiable List Set Map | Example Java Code | InterviewDOT

500 views

5 years ago

Code with Katie
Jewels and Stones LeetCode - Java

In this video, I solve the "Jewels and Stones" LeetCode problem using Java. Problem link: ...

2:53
Jewels and Stones LeetCode - Java

58 views

6 months ago

Roel Van de Paar
Code Review: Detecting a loop in a Linked list using a hashset (2 Solutions!!)

Code Review: Detecting a loop in a Linked list using a hashset Helpful? Please support me on Patreon: ...

2:28
Code Review: Detecting a loop in a Linked list using a hashset (2 Solutions!!)

4 views

3 years ago

Roel Van de Paar
Generate power sets given a set of elements in java

Generate power sets given a set of elements in java Helpful? Please support me on Patreon: ...

2:28
Generate power sets given a set of elements in java

28 views

3 years ago

Interview DOT
Find The Longest Substring Without Repeating Characters Java | LeetCode Interview | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. Find The ...

2:17
Find The Longest Substring Without Repeating Characters Java | LeetCode Interview | InterviewDOT

749 views

5 years ago

Roel Van de Paar
Software Engineering: Hashset vs Treeset

Software Engineering: Hashset vs Treeset Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

2:00
Software Engineering: Hashset vs Treeset

4 views

3 years ago

Roel Van de Paar
HashSet.contains() changes from true to false after persisting parent entity (3 Solutions!!)

HashSet.contains() changes from true to false after persisting parent entity Helpful? Please use the *Thanks* button above!

3:23
HashSet.contains() changes from true to false after persisting parent entity (3 Solutions!!)

7 views

2 years ago

Roel Van de Paar
Code Review: Wrapper class for adding elements to HashSet (2 Solutions!!)

Code Review: Wrapper class for adding elements to HashSet Helpful? Please support me on Patreon: ...

2:20
Code Review: Wrapper class for adding elements to HashSet (2 Solutions!!)

2 views

3 years ago

Roel Van de Paar
Code Review: Secure password-hashing in Java

Code Review: Secure password-hashing in Java Helpful? Please support me on Patreon: ...

3:02
Code Review: Secure password-hashing in Java

11 views

3 years ago

吳老師教學部落格
01 集合物件HashSet類別實作JAVA物件導向設計 吳老師)

JAVA物件導向程式設計課程上課影音(10) 完整影音論壇: https://groups.google.com/forum/?hl=zh-TW#!forum/java_object 完整 ...

2:54
01 集合物件HashSet類別實作JAVA物件導向設計 吳老師)

54 views

12 years ago