it.unimi.dsi.fastutil.shorts
Interface ShortSet

All Superinterfaces:
Collection, Set, ShortCollection
All Known Subinterfaces:
ShortSortedSet
All Known Implementing Classes:
AbstractShortSet, ShortAVLTreeSet, ShortLinkedOpenHashSet, ShortOpenHashSet, ShortRBTreeSet

public interface ShortSet
extends Set, ShortCollection

A type-specific Set; provides some additional methods that use polymorphism to reduce type juggling.

See Also:
Set

Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface it.unimi.dsi.fastutil.shorts.ShortCollection
add, addAll, contains, containsAll, remove, removeAll, retainAll, shortIterator, toArray, toShortArray, toShortArray