|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.fastutil.objects.AbstractReferenceCollection<K>
it.unimi.dsi.fastutil.objects.AbstractReferenceSet<K>
it.unimi.dsi.fastutil.objects.AbstractReferenceSortedSet<K>
public abstract class AbstractReferenceSortedSet<K>
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
Method Summary | |
---|---|
abstract ObjectBidirectionalIterator<K> |
iterator()
Returns a type-specific iterator. |
ObjectBidirectionalIterator<K> |
objectIterator()
Deprecated. |
Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractReferenceSet |
---|
equals, hashCode, remove |
Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractReferenceCollection |
---|
add, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet |
---|
headSet, iterator, subSet, tailSet |
Methods inherited from interface it.unimi.dsi.fastutil.objects.ReferenceSet |
---|
remove |
Methods inherited from interface it.unimi.dsi.fastutil.objects.ReferenceCollection |
---|
toArray |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface java.util.SortedSet |
---|
comparator, first, last |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
@Deprecated public ObjectBidirectionalIterator<K> objectIterator()
objectIterator
in interface ReferenceCollection<K>
objectIterator
in interface ReferenceSortedSet<K>
objectIterator
in class AbstractReferenceCollection<K>
ReferenceCollection.iterator()
public abstract ObjectBidirectionalIterator<K> iterator()
ObjectIterable
Iterable.iterator()
.
iterator
in interface ObjectIterable<K>
iterator
in interface ReferenceCollection<K>
iterator
in interface ReferenceSet<K>
iterator
in interface ReferenceSortedSet<K>
iterator
in interface java.lang.Iterable<K>
iterator
in interface java.util.Collection<K>
iterator
in interface java.util.Set<K>
iterator
in class AbstractReferenceSet<K>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |