Collections and arrays.See: Description
| Interface | Description |
|---|---|
| CloseableIterator<E> |
A closeable
Iterator that allows implementations to clean up any resources they need to keep open to iterate
over elements. |
| CloseableListIterator<E> |
A closeable
ListIterator that allows implementations to clean up any resources they need to keep open to
iterate over elements. |
| IntRange |
A range (or "interval") defines the boundaries around a contiguous span of values of integer.
|
| Range<C extends Comparable<C>> |
A range (or "interval") defines the boundaries around a contiguous span of values of some
Comparable type. |
| Class | Description |
|---|---|
| DelegatedIterator<T,R> |
An
Iterator that iterates over another. |
| DelegatedListIterator<T,R> |
A
ListIterator that iterates over another. |
| MoreArrays |
Static utility methods related to arrays.
|
| MoreIterables |
Static utility methods related to
Iterable instances. |
| MoreIterators |
Static utility methods related to
Iterator instances. |
| MoreStreams |
Static utility methods related to
Stream instances. |
| SizedIterator<E> |
A size-based
Iterator that loads each value with a IntFunction. |
| SizedListIterator<E> |
A size-based
Iterator that loads each value with a IntFunction. |
Collections and arrays.Copyright © 2017–2019 Atlanmod. All rights reserved.