it.unimi.dsi.fastutil.objects
Interface ReferenceSet

All Superinterfaces:
Collection, ReferenceCollection, Set
All Known Subinterfaces:
ReferenceSortedSet
All Known Implementing Classes:
AbstractReferenceSet, ReferenceLinkedOpenHashSet, ReferenceOpenHashSet

public interface ReferenceSet
extends Set, ReferenceCollection

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.ReferenceCollection
objectIterator