| Class | Description |
|---|---|
| BlockingQueueReader<E> |
Base implementation for
DataReader that uses a
BlockingQueue for getting input. |
| CastingIterator<T> | |
| CollectionReader<T> | |
| NaturalComparator<T extends Comparable<T>> |
Simple
Comparator implementation that can be used
when items to compare have "natural" sorting order that
can be used via Comparable interface. |
| SegmentedBuffer |
Helper class used instead of a standard JDK list or buffer,
to avoid constant re-allocations.
|
Copyright © 2022 FasterXML. All rights reserved.