zombie.util.set
Interface IntSet

All Superinterfaces:
IntCollection
All Known Implementing Classes:
AbstractIntSet, IntOpenHashSet

public interface IntSet
extends IntCollection

This interface defines sets of int values.

Since:
1.0
Version:
1.0 2002/29/12
Author:
Søren Bak
See Also:
Set

Method Summary
 
Methods inherited from interface zombie.util.IntCollection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, trimToSize