Package util

contains some helper classes used by this framework

See:
          Description

Class Summary
DummyMap<K,V> The DummyMap can be used to remove the space consuming behavior and retain the checking behavior of a map.
DummySet<E> The DummySet can be used to remove the space consuming behavior and retain the checking behavior of a set.
PackedArray This is the implementation of a simple packing algorithm, to reduce the size of an integer array with a fixed number of positive elements and where the highest value is known.
SortedQueue<E> An unbounded sorted queue able to update its elements.
SystemInput This class only contains static methods to use the standard input.
 

Package util Description

contains some helper classes used by this framework