Package org.daisy.dotify.common.collection
Provides collection tools.
-
Class Summary Class Description ArrayStack<E> Provides a simple unsynchronized stack based on ArrayList instead of Vector.CompoundIterable<T> Provides a method to iterate over several iterables of the same type as if the items were part of the same iterable.CompoundIterator<T> Provides an iterator for a collection of iterables.SplitList<T> Provides a way to split a list into two parts around a given position.