ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

235 results

Aliens Tech
Iterate map using Java streams #java8

You can iterate over a Map using Java Streams in multiple ways. entrySet().stream() - Iterate the Map using Key and Value map.

0:23
Iterate map using Java streams #java8

113 views

8 months ago

The Debug Zone
Java 8: Stream vs Iterator in Map entrySet - Performance and Usage Explained

In this video, we dive into the world of Java 8 to explore the differences between using Streams and Iterators when working with ...

1:38
Java 8: Stream vs Iterator in Map entrySet - Performance and Usage Explained

9 views

7 months ago

vlogize
Java Lambda: How to Use forEach with EntrySet for Calculating Total Price

Discover the efficient use of Java's lambda expressions and forEach method while managing Maps effectively with key-value pair ...

2:10
Java Lambda: How to Use forEach with EntrySet for Calculating Total Price

0 views

4 months ago

vlogize
Finding an Alternative to entrySet in Kotlin: Stream Solutions for HashMap

Discover how to effectively use Kotlin to convert a HashMap into a URL query string without `entrySet()` using stream functions.

1:23
Finding an Alternative to entrySet in Kotlin: Stream Solutions for HashMap

1 view

7 months ago

vlogize
Converting List Map String, Comparable     to List Map String, Object   in Java

Learn how to effectively convert a `List Map String, Comparable ` to `List Map String, Object ` using Java streams, with ...

1:45
Converting List Map String, Comparable to List Map String, Object in Java

20 views

8 months ago

vlogize
Accessing Values in a Nested HashMap in Java

Learn how to effectively access values in a complex nested `HashMap` structure in Java, and simplify your code. --- This video is ...

1:42
Accessing Values in a Nested HashMap in Java

36 views

8 months ago

PrepStack
working of entrySet() method with HashMap.  #entrySet() #HashMap#Java#coding#shorts
1:51
working of entrySet() method with HashMap. #entrySet() #HashMap#Java#coding#shorts

250 views

6 months ago

vlogize
Converting a Java HashMap to an Array

Discover how to effectively convert a Java `HashMap` to an array of keys and values, ensuring data integrity and ease of access ...

1:34
Converting a Java HashMap to an Array

5 views

8 months ago

vlogize
Leverage Java Streams to Collect Objects into a HashMap

Discover how to use Java Streams to collect objects, avoiding casting pitfalls in your HashMap operations. --- This video is based ...

1:57
Leverage Java Streams to Collect Objects into a HashMap

0 views

8 months ago

DevBasics
PART_2-Java Map Iteration

How to Iterate a Map in Java | entrySet, forEach, keySet.

6:59
PART_2-Java Map Iteration

8 views

7 days ago

Intrinsic Intelligence
Sorting a Map by Values Using Java Streams

IntrinsicIntelligence #java #softwarearchitect #java8 #softwaredevelopment #javaprogramming #javainterviewprep #javaexperts ...

5:20
Sorting a Map by Values Using Java Streams

3 views

3 months ago

vlogize
How to Effectively Parallelize a Map in Spark SQL's Java API

Learn how to convert a Map into a Dataset in Spark SQL's Java API while avoiding common compiler errors. --- This video is ...

1:57
How to Effectively Parallelize a Map in Spark SQL's Java API

1 view

8 months ago

vlogize
How to Retrieve an Object from a HashMap in Java

Learn how to properly retrieve an object from a HashMap in Java with a focus on working with model keys and boolean values.

1:44
How to Retrieve an Object from a HashMap in Java

3 views

7 months ago

Coding theory
Entry Set for a Lock Explained | Thread Synchronization & Locking in OS & Java

Learn about the **Entry Set for a Lock**, a crucial concept in thread synchronization in Operating Systems and Java. This video ...

0:26
Entry Set for a Lock Explained | Thread Synchronization & Locking in OS & Java

72 views

7 months ago

vlogize
How to Fill a JTable with Data from a HashMap in Java

Discover how to effectively populate a `JTable` using a `HashMap` in Java Swing. This guide walks you through the necessary ...

1:57
How to Fill a JTable with Data from a HashMap in Java

10 views

8 months ago

Павел Сорокин
Map and HashMap in Java - A Complete Guide

Get my FREE resources on growing your Java skills: https://t.me/JavaLearnBot?domain=JavaLearnBot&start=c1724626210163-134-ds ...

13:41
Map and HashMap in Java - A Complete Guide

3,571 views

8 months ago

CodeSync
iterate through a hashmap

Get Free GPT4.1 from https://codegive.com/52523e8 ## Iterating Through a HashMap in Java: A Comprehensive Tutorial The ...

0:52
iterate through a hashmap

0 views

6 months ago

vlogize
Resolving the Print Method Challenge for Collections in Java

Learn how to create a `generic method` to print various `Java collections` including `Maps`, and understand why the original ...

1:45
Resolving the Print Method Challenge for Collections in Java

0 views

6 months ago

vlogize
How to Retrieve a Key from a Single-Entry HashMap in Java

Discover how to effortlessly get a key from a `HashMap` that contains only one entry in Java, even if you don't know the key or ...

1:31
How to Retrieve a Key from a Single-Entry HashMap in Java

0 views

2 months ago

vlogize
The Difference Between Two HashMaps and How to Overwrite Values in Java

Learn how to compare two HashMaps in Java and overwrite matching values. This guide explains the process step-by-step, ...

2:01
The Difference Between Two HashMaps and How to Overwrite Values in Java

1 view

7 months ago