ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

103,373 results

Gain Java Knowledge
Map vs Filter vs Reduce methods in Java 8

Hi Friends, #GainJavaKnowledge In this video we will learn about how to perform map, filter and reduce methods on stream ...

19:28
Map vs Filter vs Reduce methods in Java 8

3,922 views

4 years ago

The Debug Zone
Java Unmodifiable Key Set Map: How to Create and Use Immutable Maps

In this video, we delve into the concept of unmodifiable key sets in Java maps, exploring how to create and utilize immutable maps ...

8:04
Java Unmodifiable Key Set Map: How to Create and Use Immutable Maps

44 views

1 year ago

Jonny McCullagh
JOSM Open Street Map Editor for Beginners

This video tutorial focuses on setting up the JOSM editor for mapping Newry in Ireland. Includes background imagery, building ...

13:24
JOSM Open Street Map Editor for Beginners

30,561 views

5 years ago

Cave of Programming
Mapping Streams:  Java Streams Tutorial Part 3

30% discount on my Advanced Java course: ...

10:40
Mapping Streams: Java Streams Tutorial Part 3

441 views

1 year ago

parlough
How to Iterate over Keys and Values in a Java Map

Learn with me as I go over how to access both the key and the value as you loop over a map in #Java. I hope you found this video ...

5:45
How to Iterate over Keys and Values in a Java Map

101 views

4 years ago

Byungcheon Ko
Introduction to Map Interface in Java
7:02
Introduction to Map Interface in Java

18 views

1 year ago

Roel Van de Paar
GIS: Displaying Google Maps and OpenStreetMap map in Java? (3 Solutions!!)

GIS: Displaying Google Maps and OpenStreetMap map in Java? Helpful? Please support me on Patreon: ...

1:44
GIS: Displaying Google Maps and OpenStreetMap map in Java? (3 Solutions!!)

11 views

4 years ago

Interview DOT
JAVA 8 INTERVIEW WHEN TO USE OPTIONAL MAP() INSTEAD OF GET() METHOD | EXAMPLE CODE | InterviewDOT

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

2:29
JAVA 8 INTERVIEW WHEN TO USE OPTIONAL MAP() INSTEAD OF GET() METHOD | EXAMPLE CODE | InterviewDOT

1,475 views

4 years ago

Adam Gaweda, Dr. Sensei
Implementing Dictionaries using the Map Interface in Java

Now one of the things I said in the last video is this idea that map, the class of map in Java, is an abstract class. There's actually a ...

11:44
Implementing Dictionaries using the Map Interface in Java

19,336 views

8 years ago

Interview DOT
Explain Java 8 Streams API | What is Filter, Map, FlatMap ?| Example Java Code Demo | InterviewDOT

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

3:39
Explain Java 8 Streams API | What is Filter, Map, FlatMap ?| Example Java Code Demo | InterviewDOT

11,116 views

5 years ago

Redemptie
Java programming part 36 Java  Map

Java Programming tutorial, Java Maps, implementing java Maps. Implementing a map.

6:20
Java programming part 36 Java Map

1,278 views

13 years ago

Roel Van de Paar
GIS: Create an interactive map in Java with shapefiles

GIS: Create an interactive map in Java with shapefiles Helpful? Please support me on Patreon: ...

1:18
GIS: Create an interactive map in Java with shapefiles

55 views

4 years ago

Code with Nakov | SoftUni Global
[7/13] Maps, Lambda and Stream API - Java Foundations Certification

Understand the concept of more advanced structures like associative arrays (or maps), which hold key-to-value mappings.

2:57:17
[7/13] Maps, Lambda and Stream API - Java Foundations Certification

1,517 views

4 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

501 views

5 years ago

Andy Ortiz
JxMaps Tutorial Part 1

In this video, I will show you how to get started with JxMaps which is a complete version of Google Maps API written in Java.

9:19
JxMaps Tutorial Part 1

2,073 views

5 years ago

The Debug Zone
Transform List to Map in Java: ForEach vs Streams Explained

In this video, we dive into the powerful capabilities of Java for transforming data structures, specifically focusing on converting lists ...

1:53
Transform List to Map in Java: ForEach vs Streams Explained

9 views

6 months ago

Ingeniero John Ortiz Ordoñez
Java Curso: 79 Obtener los Datos Individuales del Objeto Map para Cada Entidad

https://github.com/Fhernd/Java-Curso 79. Obtener los Datos Individuales del Objeto Map para Cada Entidad con el lenguaje de ...

7:43
Java Curso: 79 Obtener los Datos Individuales del Objeto Map para Cada Entidad

194 views

5 years ago

Interview DOT
Java 8 Streams mapToInt() | map() | Find The FootBall Points Code Example Demo | InterviewDOT

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

2:19
Java 8 Streams mapToInt() | map() | Find The FootBall Points Code Example Demo | InterviewDOT

518 views

5 years ago

Interview DOT
ENJOY ENJAAMI | EXPLAIN OPTIONAL MAP IN JAVA 8 | SAMPLE CODE | WHEN TO USE OPTIONAL MAP InterviewDOT

INTERVIEWDOT #JAVA8 #JAVA8OPTIONAL #JAVA8OPTIONALMAP #ENJOYENJAAMIEXAMPLE ...

2:08
ENJOY ENJAAMI | EXPLAIN OPTIONAL MAP IN JAVA 8 | SAMPLE CODE | WHEN TO USE OPTIONAL MAP InterviewDOT

982 views

4 years ago

RCGM tutorials
How To Download Parkour Spiral Map For Minecraft Java Edition (2025)

Parkour Spiral - How To Download Parkour Spiral Map For Minecraft Java Edition - How To Install Parkour Spiral Map - minecraft ...

1:27
How To Download Parkour Spiral Map For Minecraft Java Edition (2025)

1,231 views

9 months ago

The Debug Zone
Java 8: Convert Set to Map with Set as Value - Step-by-Step Guide

In this video, we'll explore a powerful feature of Java 8 that allows you to convert a Set into a Map, using the Set as the value.

1:55
Java 8: Convert Set to Map with Set as Value - Step-by-Step Guide

1 view

4 months ago

Roel Van de Paar
GIS: How to use OpenStreetMap in Java?

GIS: How to use OpenStreetMap in Java? Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

1:47
GIS: How to use OpenStreetMap in Java?

739 views

4 years ago

The Debug Zone
How to Merge Different Type Maps in Java 8: A Step-by-Step Guide

In this video, we'll explore the powerful capabilities of Java 8 as we dive into the process of merging different types of maps.

1:32
How to Merge Different Type Maps in Java 8: A Step-by-Step Guide

13 views

7 months ago

Roel Van de Paar
Convert an array of numbers to Map using Java Streams (4 Solutions!!)

Convert an array of numbers to Map using Java Streams Helpful? Please use the *Thanks* button above! Or, thank me via ...

3:35
Convert an array of numbers to Map using Java Streams (4 Solutions!!)

15 views

2 years ago