it.unimi.dsi.fastutil.objects
Interface ObjectSet

All Superinterfaces:
Collection, ObjectCollection, Set
All Known Subinterfaces:
ObjectSortedSet
All Known Implementing Classes:
AbstractObjectSet, ObjectAVLTreeSet, ObjectLinkedOpenHashSet, ObjectOpenHashSet, ObjectRBTreeSet

public interface ObjectSet
extends Set, ObjectCollection

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.objects.ObjectCollection
objectIterator