| Class | Description |
|---|---|
| IndexedIterator<T> |
Iterator wrapper that supports indexing.
|
| LazyIterator<T> |
Lazily gets
Iterator from the given Iterable. |
| LsaExtIterator<T> |
Extended iterator for common purposes.
|
| LsaIterator<T> |
Abstract iterator with implemented
remove method. |
| PrimitiveExtIterator |
Extended PrimitiveIterator for common purposes.
|
| PrimitiveExtIterator.OfDouble | |
| PrimitiveExtIterator.OfInt | |
| PrimitiveExtIterator.OfLong | |
| PrimitiveIterator |
A base type for primitive specializations of
Iterator. |
| PrimitiveIterator.OfDouble | |
| PrimitiveIterator.OfInt | |
| PrimitiveIterator.OfLong |
Copyright © 2017. All rights reserved.