ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

229 results

Christian Queinnec
Iterator and Iterable interfaces

This video is part of the videos of the Diffuse Javascript MOOC.

2:04
Iterator and Iterable interfaces

40 views

6 years ago

Roel Van de Paar
Why do Java's Iterator and ListIterator point between elements?

Why do Java's Iterator and ListIterator point between elements? Helpful? Please support me on Patreon: ...

2:08
Why do Java's Iterator and ListIterator point between elements?

2 views

3 years ago

The Debug Zone
Removing HashMap Entries: Using Iterator with map.values() Explained

In this video, we dive into the intricacies of managing HashMap entries in Java, focusing specifically on how to safely remove ...

1:30
Removing HashMap Entries: Using Iterator with map.values() Explained

0 views

3 months ago

Peter Schneider
Collections.remove() vs Iterator.remove() performance-wise

Collections.remove() vs Iterator.remove() performance-wise I hope you found a solution that worked for you :) The Content is ...

2:04
Collections.remove() vs Iterator.remove() performance-wise

1 view

7 months ago

Roel Van de Paar
Code Review: An iterator returning all possible partitions of a list in Java (2 Solutions!!)

Code Review: An iterator returning all possible partitions of a list in Java Helpful? Please support me on Patreon: ...

3:04
Code Review: An iterator returning all possible partitions of a list in Java (2 Solutions!!)

0 views

3 years ago

The Debug Zone
How to Retrieve First N Values from an Iterator in Java 8: A Quick Guide

In this video, we'll explore a fundamental concept in Java 8: retrieving the first N values from an iterator. Whether you're working ...

3:03
How to Retrieve First N Values from an Iterator in Java 8: A Quick Guide

4 views

1 year 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

The Debug Zone
Java FlatMap: Convert IteratorPairStreamA, StreamB to PairStreamA, StreamB

In this video, we dive into the powerful capabilities of Java's FlatMap function, specifically focusing on how to transform an ...

2:06
Java FlatMap: Convert IteratorPairStreamA, StreamB to PairStreamA, StreamB

0 views

7 months ago

Nida Karagoz
Java iterator of regex matches from large source

Java iterator of regex matches from large source ✧ I really hope you found a helpful solution! ♡ The Content is licensed under ...

2:51
Java iterator of regex matches from large source

0 views

6 months ago

Roel Van de Paar
Software Engineering: Is it true that "A Java Iterator is an Abstract Data Type"? (3 Solutions!!)

Software Engineering: Is it true that "A Java Iterator is an Abstract Data Type"? Helpful? Please support me on Patreon: ...

2:58
Software Engineering: Is it true that "A Java Iterator is an Abstract Data Type"? (3 Solutions!!)

9 views

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

Roel Van de Paar
Code Review: An iterator returning all possible permutations of a list in Java

Code Review: An iterator returning all possible permutations of a list in Java Helpful? Please support me on Patreon: ...

3:03
Code Review: An iterator returning all possible permutations of a list in Java

20 views

3 years ago

Mixible
Does Python have standard fluent iterator operators like Java 8 StreamKotlin Sequence

Welcome to Mixible, your go-to source for comprehensive and informative content covering a broad range of topics from Stack ...

2:21
Does Python have standard fluent iterator operators like Java 8 StreamKotlin Sequence

0 views

1 year ago

Chrome for Developers
Async Iterators & Generators - HTTP203 Advent

Today, Surma talks about async iterators & generators in HTTP203. For more info: https://goo.gl/rBM420 NEW EPISODE OF ...

2:46
Async Iterators & Generators - HTTP203 Advent

6,193 views

8 years ago

Peter Schneider
Looping through a HashMap using iterator does not stop for an if condition

Looping through a HashMap using iterator does not stop for an if condition I hope you found a solution that worked for you :) The ...

3:25
Looping through a HashMap using iterator does not stop for an if condition

3 views

2 years ago

Roel Van de Paar
Iterator/Range design, can a lightweight input iterator implemented with C++/java's iterator model?

Software Engineering: Iterator/Range design, can a lightweight input iterator implemented with C++/java's iterator model? Helpful ...

3:00
Iterator/Range design, can a lightweight input iterator implemented with C++/java's iterator model?

1 view

3 years ago

Wassim Chegham
From JavaScript Iterator To Async Generator (in 20 seconds)

An animation showing how to write code using JavaScript Async Generators.

0:20
From JavaScript Iterator To Async Generator (in 20 seconds)

121 views

4 years ago

Prof. Dr. Michael Helbig
💻 JAVA | Listen 12 - Listen in java.util: Iterator mit while- und for-Schleife, auch mit Index

Dieses Video ist Teil der Playlist: https://youtube.com/playlist?list=PLDkKPlx5HxBe3MjMs4bornl_xwfqmzQAf THEMEN: 1. JDK ...

3:31
💻 JAVA | Listen 12 - Listen in java.util: Iterator mit while- und for-Schleife, auch mit Index

336 views

7 years ago

Roel Van de Paar
Software Engineering: Iterators versus 'cursors' in Java (3 Solutions!!)

Software Engineering: Iterators versus 'cursors' in Java Helpful? Please support me on Patreon: ...

3:16
Software Engineering: Iterators versus 'cursors' in Java (3 Solutions!!)

5 views

3 years ago

Roel Van de Paar
Iterator to generate all the words (of a given words) that are one change away

Iterator to generate all the words (of a given words) that are one change away Helpful? Please support me on Patreon: ...

3:04
Iterator to generate all the words (of a given words) that are one change away

0 views

3 years ago

Prof. Dr. Michael Helbig
💻 JAVA | Listen 13 - foreach-Schleife auf Datenstrukturen mit Iterator

Dieses Video ist Teil der Playlist: https://youtube.com/playlist?list=PLDkKPlx5HxBe3MjMs4bornl_xwfqmzQAf THEMEN: 1. JDK ...

3:18
💻 JAVA | Listen 13 - foreach-Schleife auf Datenstrukturen mit Iterator

481 views

7 years ago

Prof. Dr. Michael Helbig
💻 JAVA | Listen 11 - Beispiel: LinkedList mit Iterator und Schleife (Demo)

Dieses Video ist Teil der Playlist: https://youtube.com/playlist?list=PLDkKPlx5HxBe3MjMs4bornl_xwfqmzQAf THEMEN: 1. JDK ...

2:49
💻 JAVA | Listen 11 - Beispiel: LinkedList mit Iterator und Schleife (Demo)

424 views

7 years ago

TutorMike
Iterator for Combination

[ASMR][NoTalking][Uncut] "Leet" coding with a blue switch Keyboard. Special thanks: Music: https://www.bensound.com.

3:07
Iterator for Combination

7 views

5 years ago

Goeduhub Technologies
Collections in Java | Why use Java collection | Collection Interface | Examples of Collection

What are collections in Java? What is a Java collection framework? Reference Notes ...

3:15
Collections in Java | Why use Java collection | Collection Interface | Examples of Collection

42 views

4 years ago

Roel Van de Paar
Code Review: Foreach vs Iterator

Code Review: Foreach vs Iterator Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

2:13
Code Review: Foreach vs Iterator

3 views

3 years ago