Interface PrimitiveSet<T>

All Superinterfaces:
PrimitiveCollection<T>
All Known Subinterfaces:
PrimitiveSet.SetOfChar, PrimitiveSet.SetOfInt, PrimitiveSet.SetOfLong
All Known Implementing Classes:
CharBitSet, IntFloatMap.Keys, IntFloatOrderedMap.OrderedMapKeys, IntIntMap.Keys, IntIntOrderedMap.OrderedMapKeys, IntLongMap.Keys, IntLongOrderedMap.OrderedMapKeys, IntObjectMap.Keys, IntObjectOrderedMap.OrderedMapKeys, IntOrderedSet, IntSet, LongFloatMap.Keys, LongFloatOrderedMap.OrderedMapKeys, LongIntMap.Keys, LongIntOrderedMap.OrderedMapKeys, LongLongMap.Keys, LongLongOrderedMap.OrderedMapKeys, LongObjectMap.Keys, LongObjectOrderedMap.OrderedMapKeys, LongOrderedSet, LongSet

public interface PrimitiveSet<T> extends PrimitiveCollection<T>
Analogous to Set but for a primitive type, this extends PrimitiveCollection and the nested classes here extend the nested classes in PrimitiveCollection. This is not necessarily a modifiable collection. The nested interfaces define all the actually useful operations, and you will probably never use PrimitiveSet directly.