ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,224 results

El vlog de Tinchicus
Tips rapidos en Java / Map.Entry

Interface para manipular las entradas de un Map, para mas informacion y ejemplos les recomiendo visitar mi blog: ...

1:20
Tips rapidos en Java / Map.Entry

2 views

1 month ago

vlogize
How to Properly Add a Value Change Listener to Map.Entry in Java

Learn how to effectively implement a value change listener in Java's Map.Entry using PropertyChangeSupport, making your map ...

2:05
How to Properly Add a Value Change Listener to Map.Entry in Java

1 view

7 months ago

Peter Schneider
Why is Java unable to infer the type when comparing Map.Entry objects?

Why is Java unable to infer the type when comparing Map.Entry objects? I hope you found a solution that worked for you :) The ...

4:09
Why is Java unable to infer the type when comparing Map.Entry objects?

0 views

2 months ago

vlogize
Understanding the Hashcode Value for a Map.Entry in Java

Dive into the mechanics of how Java calculates the hashcode for a Map.Entry using the bitwise XOR operator, and learn how it ...

2:05
Understanding the Hashcode Value for a Map.Entry in Java

3 views

7 months ago

vlogize
How to Collect the First Value from a Map.Entry in Java 8 Using Streams

Learn how to efficiently extract the first value from a Java Map.Entry using Java 8 Stream APIs in this comprehensive guide.

2:13
How to Collect the First Value from a Map.Entry in Java 8 Using Streams

0 views

4 months ago

vlogize
How to Get Sorted Values from a Map Stream in Java

Learn how to efficiently extract and sort values from a map in Java using streams. This blog explains the process and provides ...

1:39
How to Get Sorted Values from a Map Stream in Java

0 views

9 months ago

vlogize
How to Remove Entries from a Map Based on a Set in Java

Discover a concise Java 8 solution to remove map entries by comparing keys against a set, and how to log removed entries.

1:35
How to Remove Entries from a Map Based on a Set in Java

0 views

4 months ago

vlogize
Grouping Entries of a Map into a List in Java

Discover a straightforward method to group entries of a Java Map into a list using Java 8 streams and collectors. Learn how to ...

1:53
Grouping Entries of a Map into a List in Java

0 views

7 months ago

vlogize
How to Initialize a Map in Java Using Keys from a Set

Discover how to easily create and initialize a Map in Java using an existing Set. Learn to set default values for each entry!

1:29
How to Initialize a Map in Java Using Keys from a Set

3 views

7 months ago

Neulax
Basic 5 Java interviews Questions with Answers (2025 Edition) | 2025-08-29 02:52 PM

Neulax - Java Interview Prep This video contains 5 Java interview questions with answers. Questions & Answers: Q1: What is ...

1:48
Basic 5 Java interviews Questions with Answers (2025 Edition) | 2025-08-29 02:52 PM

1 view

4 months ago

vlogize
How to Remove a Specific Entry from Java Maps

Learn how to effectively remove an entry from Java maps, especially when working with HashMaps and LinkedHashMaps.

2:04
How to Remove a Specific Entry from Java Maps

0 views

5 months ago

vlogize
Converting a Map to a List of Student Objects in Java

Learn how to effectively convert a map structure to a list of student objects in Java with step-by-step guidance. --- This video is ...

1:56
Converting a Map to a List of Student Objects in Java

1 view

7 months ago

vlogize
How to Convert a Stream of Maps into a Single Map in Java

Learn how to efficiently concatenate multiple `Map` entries from a Stream into a single cohesive `Map` using Java's Stream API.

2:41
How to Convert a Stream of Maps into a Single Map in Java

0 views

7 months ago

UNIQ Academy
Java Programming 2025 | Ep 62  | Map interface in Java  |  in தமிழ்

For IT Courses With Training and Placements ( Fill This Form ) https://forms.gle/PKysRAeJDHvcwDoBA Free Career Guidance ...

53:09
Java Programming 2025 | Ep 62 | Map interface in Java | in தமிழ்

1,391 views

7 months ago

vlogize
How to Convert a String to a Map in Java

Learn how to easily convert a string containing key-value pairs into a Map in Java with this comprehensive guide. --- This video is ...

1:57
How to Convert a String to a Map in Java

1 view

4 months ago

vlogize
Merging Two Maps of Different Types in Java

Breaking Down the Code Mapping Entries: The map function transforms each entry of map1 into a new entry that relates a Type3 ...

1:41
Merging Two Maps of Different Types in Java

1 view

9 months ago

vlogize
Wie man den ersten Wert aus einer Map.Entry in Java 8 mit Streams extrahiert

Erfahren Sie in diesem umfassenden Leitfaden, wie Sie effizient den ersten Wert aus einer Java Map.Entry mithilfe der Java 8 ...

2:02
Wie man den ersten Wert aus einer Map.Entry in Java 8 mit Streams extrahiert

0 views

3 weeks ago

vlogize
Why Sorting a HashMap T, T  Requires Converting to a List Map.Entry T, T

Discover why you need to convert a `HashMap` into a `List Map.Entry ` to effectively sort it by values. Learn the implications and ...

2:20
Why Sorting a HashMap T, T Requires Converting to a List Map.Entry T, T

0 views

9 months ago

vlogize
Transforming a Map into a Flattened Structure: A Guide to Java Maps

Learn how to flatten a Map in Java by turning its values into keys effectively. This comprehensive guide covers step-by-step ...

2:12
Transforming a Map into a Flattened Structure: A Guide to Java Maps

0 views

7 months ago

vlogize
How to Efficiently Perform a Map Searching Operation in Java Using Streams

Discover how to leverage Java Streams to optimize map searching operations for better performance and cleaner code.

2:01
How to Efficiently Perform a Map Searching Operation in Java Using Streams

0 views

9 months ago

vlogize
How to Add an Entry into Each Map Stored in a List in a Loop

Learn how to properly add entries into a list of maps in Java, avoiding common exceptions and understanding collection ...

1:58
How to Add an Entry into Each Map Stored in a List in a Loop

0 views

7 months ago

vlogize
Solving the PriorityQueue Entry Issue in Java

Encountering issues with `PriorityQueue` while trying to store map entries in Java? Read this blog to understand why it matters ...

1:44
Solving the PriorityQueue Entry Issue in Java

0 views

5 months ago

vlogize
How to Count Values in a Map in Java: A Detailed Guide

Learn how to effectively count entries in a Map using Java, focusing on counting occurrences of dates in weather data and ...

2:04
How to Count Values in a Map in Java: A Detailed Guide

0 views

4 months ago

vlogize
How to Retrieve the 3 Most Frequent Values from a Map in Java

Discover how to efficiently extract and display the top `3` values from a Java Map, using streams for enhanced functionality!

2:05
How to Retrieve the 3 Most Frequent Values from a Map in Java

0 views

8 months ago

vlogize
Efficiently Iterate Over Each Entry in a Java Map

Discover the most efficient methods for iterating over Java Maps, learn about ordering with different implementations, and improve ...

1:37
Efficiently Iterate Over Each Entry in a Java Map

0 views

11 months ago