Package generic.util
package generic.util
-
ClassDescriptionAn implementation of
PeekableIteratorthat only requires a way to seek out the next element.DequePush<E>A context utility allowing stack management via a try-with-resources blockFlattenedIterator<O,I> Given an "outer" iterator and a mapping from its elements to "inner" iterators, this is a flattened iterator over elements from the inner iterators.An iterator which merges sorted iterators according to a comparatorAn iterator that is comprised of one or morePeekableIterators.NamedDaemonThreadFactory is a thread factory which forms daemon threads with a specified name prefix for the Java concurrent Executors pools.A class to represent a PATH item.An iterator that allows you to peek at the next item on the iterator.Utilities for working with aPeekableIteratorA collection of window related utility methodsAn implementation ofPeekableIteratorthat can take a JavaIteratorand wrap it to implement thePeekableIteratorinterface.