Package zombie.util.set

Interface Summary
IntSet This interface defines sets of int values.
 

Class Summary
AbstractIntSet This class represents an abstract base for implementing sets of int values.
IntOpenHashSet This class represents open addressing hash table based sets of int values.