| Package | Description |
|---|---|
| com.mware.ge.collection | |
| com.mware.ge.csv | |
| com.mware.ge.store.decoder |
| Class and Description |
|---|
| CombiningIterator
Combining one or more
Iterators, making them look like they were
one big iterator. |
| MapUtil.MapBuilder |
| Pair
Utility to handle pairs of objects.
|
| PrefetchingIterator
Abstract class for how you usually implement iterators when you don't know
how many objects there are (which is pretty much every time)
|
| RawIterator
Just like
Iterator, but with the addition that RawIterator.hasNext() and RawIterator.next() can
be declared to throw a checked exception. |
| Tuple3 |
| Tuple4 |
| Class and Description |
|---|
| RawIterator
Just like
Iterator, but with the addition that RawIterator.hasNext() and RawIterator.next() can
be declared to throw a checked exception. |
| Class and Description |
|---|
| Pair
Utility to handle pairs of objects.
|
| PrefetchingIterator
Abstract class for how you usually implement iterators when you don't know
how many objects there are (which is pretty much every time)
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.