public class Iterators extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Iterators.Empty<E>
A default implementation with no elements.
|
static class |
Iterators.Singular<E>
A fixed single element.
|
static class |
Iterators.Synchronized<E>
Wraps a collection and provides stable iteration with thread-safe removal.
|
| Constructor and Description |
|---|
Iterators() |
Copyright © 2023 jUPnP.org. All rights reserved.