Interface ReferenceSet<K>

All Superinterfaces:
Collection<K>, Iterable<K>, ObjectIterable<K>, ReferenceCollection<K>, Set<K>
All Known Subinterfaces:
ReferenceSortedSet<K>
All Known Implementing Classes:
AbstractReferenceSet, AbstractReferenceSortedSet, ReferenceArraySet, ReferenceLinkedOpenHashSet, ReferenceOpenHashBigSet, ReferenceOpenHashSet, ReferenceSets.EmptySet, ReferenceSets.Singleton, ReferenceSets.SynchronizedSet, ReferenceSets.UnmodifiableSet, ReferenceSortedSets.EmptySet, ReferenceSortedSets.Singleton, ReferenceSortedSets.SynchronizedSortedSet, ReferenceSortedSets.UnmodifiableSortedSet

public interface ReferenceSet<K>
extends ReferenceCollection<K>, Set<K>
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.

Additionally, this interface strengthens (again) iterator().

See Also:
Set