Interface | Description |
---|---|
Iterators.ElementsSupplierStateHandler<E> |
An instance of this is passed to the elements supplier at the time of
calculating the next element.
|
PeekableIterator<E> |
An iterator that allows peeking up to one element without removing it,
supporting a one-element lookahead while iterating.
|
Class | Description |
---|---|
Enumerations |
This class contains helper methods for
Enumeration . |
Iterators |
This class contains helper methods for
Iterator . |
Maps |
This class contains helper methods for
Map . |
Maps.Builder<K,V> |
Wraps around
map to allow its fluent creation and modification. |
ProxiedCollection<E> |
An abstract
Collection implementation pointing to a given collection
object. |
ProxiedIterator<E> |
An abstract
Iterator implementation pointing to a given iterator. |
ProxiedList<E> |
An abstract
List implementation pointing to a given list object. |
ProxiedListIterator<E> |
An abstract
ListIterator implementation pointing to a given iterator. |
ProxiedMap<K,V> |
An abstract
Map implementation pointing to a given map object. |
ProxiedSet<E> |
An abstract
Set implementation pointing to a given set object. |
Streams |
This class contains helper methods for
Stream . |
Copyright © 2025. All rights reserved.