See: Description
| Interface | Description |
|---|---|
| Reiterable<T> |
An
Iterable that returns Reiterator iterators. |
| Reiterator<T> |
An
Iterator with the ability to copy its iteration state. |
| Class | Description |
|---|---|
| ElementByteSizeObservableIterable<V,InputT extends ElementByteSizeObservableIterator<V>> |
An abstract class used for iterables that notify observers about size in bytes of their elements,
as they are being iterated over.
|
| ElementByteSizeObservableIterator<V> |
An abstract class used for iterators that notify observers about size in bytes of their elements,
as they are being iterated over.
|
| ElementByteSizeObserver |
An observer that gets notified when additional bytes are read and/or used.
|
| ReflectHelpers |
Utilities for working with with
Classes and Methods. |
| ReflectHelpers.ObjectsClassComparator |
A
Comparator that uses the object's class' canonical name to compare them. |