| Class | Description |
|---|---|
| LongSparseArrayIterable<Payload> |
An
LongSparseArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given LongSparseArray. |
| PairIterable<Payload> |
An
PairIterable is a ProtectedIterable that iterates over a given
Pair, where both components have a common super type. |
| SparseArrayIterable<Payload> |
An
SparseArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given SparseArray. |
| SparseBooleanArrayIterable |
An
SparseBooleanArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given SparseBooleanArray. |
| SparseIntegerArrayIterable |
An
SparseIntegerArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given SparseIntArray. |
| SparseLongArrayIterable |
An
SparseLongArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given SparseLongArray. |