Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
111 results
En este video, exploraremos el **iterator pattern** en Java, un patrón de **design pattern** de comportamiento. ¡No olvides ...
62 views
2 months ago
Ever written a loop that breaks the moment you swap an array for a linked list? The Iterator pattern fixes that by letting you walk ...
3 views
2 weeks ago
En este video te explico de forma clara y sencilla el patrón de diseño **Iterator**, uno de los **patrones de comportamiento** más ...
474 views
11 months ago
Master the Iterator Design Pattern and discover the secret behind foreach loops, Java Collections, and Python's powerful iteration ...
24 views
10 months ago
Design Patterns Part 2: Command, Adapter, Repository, Proxy, Facade, and Iterator explained with real-world analogies, code in ...
3,000 views
Provides a standard way to traverse elements of a collection without exposing its internal structure, supporting consistent iteration ...
28 views
4 months ago
https://github.com/ashu2012/InterviewReadingList/blob/master/oodesign.md The sources characterize Java Design Patterns as ...
1 view
Iterator | EASY | DSA Interview Prep In this video, we break down Iterator a easy problem testing Behavioral, Iterator. A favorite at ...
2 views
Java Iterable & Iterator interfaces: How to implement your own containers
44 views
In this twentieth episode of the Mastering Low-Level Design series, we explore the Iterator Design Pattern — a behavioral design ...
31 views
La teoría del patrón Iterator permite recorrer los elementos de una colección sin exponer su estructura interna. Proporciona una ...
5 months ago
In this video, we'll explore the important concept of Fail-Fast vs Fail-Safe iterators in Java Collections. What you'll learn: ...
151 views
9 months ago
En esta ocasión, exploraremos el "iterator pattern", un "design patterns" fundamental en el "desarrollo de software". Este patrón es ...
47 views
7 months ago
código: https://github.com/matheuswogt37/TornandoPadroesDeProjetoFacil/blob/main/Iterator/Main.java.
4 views
8 months ago
We're back to streaming! We're starting to wrap up the course, and today we're going to reveal some ideas about what we've ...
348 views
Streamed 7 months ago
Java Collections Framework is the backbone of data management in Java. In this video, we break down the Collection Interface ...
273 views
Streamed 1 month ago
Shorts on Object-oriented Programming (OOP). This one covers: - Iterators: why and how? The clip is part of a series of concept ...
8 views
Design patterns are standard solutions to recurring problems in software design. Think of them as templates or blueprints that you ...
9 views
1 month ago
Step-by-step implementation of the Iterator Pattern in Java. No voice, just clean code and design principles.
16 views
Correction 19:22: Submit is overload method What is the real difference between Iterator and Spliterator in Java? 🤔 In this ...
17 views