ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,350,262 results

Java
What is a Stream? - Cracking the Java Coding Interview

Cracking the #Java #Coding #Interview - Question 53: What is a Stream? Watch all the questions here: ...

0:59
What is a Stream? - Cracking the Java Coding Interview

16,550 views

2 years ago

Java
What is the difference between a Collection and a Stream? - Cracking the Java Coding Interview

Cracking the #Java #Coding #Interview - Question 50: What is the difference between a Collection and a Stream? Watch all the ...

0:56
What is the difference between a Collection and a Stream? - Cracking the Java Coding Interview

6,533 views

2 years ago

Java
Can you cite some methods from the Stream API? - Cracking the Java Coding Interview

Cracking the #Java #Coding #Interview - Question 62: Can you cite some methods from the Stream API? Watch all the questions ...

1:00
Can you cite some methods from the Stream API? - Cracking the Java Coding Interview

17,175 views

2 years ago

Java
Can you create a stream with from an Iterable? - Cracking the Java Coding Interview

Cracking the #Java #Coding #Interview - Question 124: Can you create a stream with from an Iterable? Watch all the questions ...

0:59
Can you create a stream with from an Iterable? - Cracking the Java Coding Interview

5,534 views

1 year ago

CSExplained
Map List Using Java Stream API

This short quickly shows how to use the map method in Java Streams API. The example shows a list of numbers and then shows a ...

0:54
Map List Using Java Stream API

580 views

2 years ago

makigas
☕ Java: ¿Iterador o Stream? No tan deprisa

Aunque los Streams sea la novedad de Java, no siempre tiene por qué ser lo mejor. Hay ciertas situaciones donde es mejor ...

0:57
☕ Java: ¿Iterador o Stream? No tan deprisa

13,305 views

1 year ago

Adam Bien
Which Method To Use When: Stream.findFirst or Stream.findAny? #java #shorts #coding #airhacks

Finding elements in a Stream with: ...

0:39
Which Method To Use When: Stream.findFirst or Stream.findAny? #java #shorts #coding #airhacks

2,137 views

2 years ago

Adam Bien
Java Streams vs For Loops: Performance Comparison #java #shorts #coding #airhacks

Comparing performance of Java streams vs traditional for loops when filtering even numbers from a large list. We look at for-each ...

0:54
Java Streams vs For Loops: Performance Comparison #java #shorts #coding #airhacks

3,833 views

1 year ago

Adam Bien
Treat an Optional Like a Stream #java #shorts

Mapping the result's of an Optional https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Optional.htm See you at ...

0:58
Treat an Optional Like a Stream #java #shorts

1,982 views

3 years ago

Adam Bien
What is Stream.reduce()? #java #shorts

"Reducing" a stream of integers to a single number with: ...

0:49
What is Stream.reduce()? #java #shorts

5,960 views

2 years ago

Adam Bien
Detecting Duplicates in a Stream #java #shorts

Detecting duplicates in a stream with Stream.distinct ...

0:52
Detecting Duplicates in a Stream #java #shorts

1,284 views

2 years ago

Adam Bien
Java Streams Basics: Endless Streams #java #shorts

Create endless streams dynamically with: ...

0:49
Java Streams Basics: Endless Streams #java #shorts

3,226 views

2 years ago

Java
How can you reduce a Stream? - Cracking the Java Coding Interview

Cracking the #Java #Coding #Interview - Question 177: How can you reduce a Stream? Watch all the questions here: ...

1:00
How can you reduce a Stream? - Cracking the Java Coding Interview

19,579 views

1 year ago

Java
Stream API Gatherers in action #JEPCafe #Java #Java21

The JEP Café episode 22 about Data Oriented Programming show you how to use Gatherers used in a new intermediate ...

0:49
Stream API Gatherers in action #JEPCafe #Java #Java21

6,640 views

1 year ago

Adam Bien
Java Stream Basics: Stream.of over List.of #java #shorts

The Steam.of method (https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/stream/Stream.html#of(java.lang.

1:00
Java Stream Basics: Stream.of over List.of #java #shorts

3,425 views

2 years ago

IntelliSkills
Java Stream API | Print 1 to 10 | Java 8 Features #Shorts #java #coding #programming

IntelliSkills #codingpractice #javacoding #java #coding #trending #short #viral This channel is created to write java programs for ...

0:32
Java Stream API | Print 1 to 10 | Java 8 Features #Shorts #java #coding #programming

983 views

2 years ago

Adam Bien
Arrays.stream over Stream.of [for int[] to Stream Conversion] #java #shorts #coding #airhacks

Stream.of https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/util/stream/Stream.html#of(java.lang.Object) vs.

0:58
Arrays.stream over Stream.of [for int[] to Stream Conversion] #java #shorts #coding #airhacks

1,788 views

1 year ago

Adam Bien
How To Convert an Iterator to a Stream #java #shorts

Converting an Iterator to a Stream using the Spliterators ...

0:49
How To Convert an Iterator to a Stream #java #shorts

1,374 views

2 years ago

Adam Bien
String[] to Stream #java #shorts

Converting an array of Strings to a Stream ...

0:53
String[] to Stream #java #shorts

6,177 views

3 years ago

Adam Bien
How To Process a Stream Twice with Collectors.teeing #java #shorts

The method teeing ...

0:52
How To Process a Stream Twice with Collectors.teeing #java #shorts

1,462 views

2 years ago