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
See Also: