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
108 results
En este video, exploraremos el **iterator pattern** en Java, un patrón de **design pattern** de comportamiento. ¡No olvides ...
61 views
2mo 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
13d 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 ...
471 views
11mo ago
Master the Iterator Design Pattern and discover the secret behind foreach loops, Java Collections, and Python's powerful iteration ...
24 views
9mo ago
Provides a standard way to traverse elements of a collection without exposing its internal structure, supporting consistent iteration ...
27 views
4mo ago
Design Patterns Part 2: Command, Adapter, Repository, Proxy, Facade, and Iterator explained with real-world analogies, code in ...
2,712 views
2w ago
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
https://github.com/ashu2012/InterviewReadingList/blob/master/oodesign.md The sources characterize Java Design Patterns as ...
1 view
11d ago
La teoría del patrón Iterator permite recorrer los elementos de una colección sin exponer su estructura interna. Proporciona una ...
5mo ago
En esta ocasión, exploraremos el "iterator pattern", un "design patterns" fundamental en el "desarrollo de software". Este patrón es ...
47 views
7mo ago
Iterator | EASY | DSA Interview Prep In this video, we break down Iterator a easy problem testing Behavioral, Iterator. A favorite at ...
2 views
12d 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
Design patterns are standard solutions to recurring problems in software design. Think of them as templates or blueprints that you ...
9 views
1mo ago
Facade design pattern: [https://www.youtube.com/watch?v=o-c_GezA8ZA&list=PLEpex0pvqW0VBAKyV1J9FL-WB2yBQs9R3&index=2] Learn ...
68 views
Java Collections Framework is the backbone of data management in Java. In this video, we break down the Collection Interface ...
272 views
Streamed 1mo 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
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 7mo ago
You hit "Next" on Spotify and the next song plays. But how does it know which song comes next? That's the Iterator Design Pattern ...
525 views
3mo ago
código: https://github.com/matheuswogt37/TornandoPadroesDeProjetoFacil/blob/main/Iterator/Main.java.
4 views