public abstract class AbstractObjectSortedSet<K> extends AbstractObjectSet<K> implements ObjectSortedSet<K>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractObjectSortedSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterator<K> |
iterator()
Returns a type-specific iterator on the elements of this set.
|
equals, hashCodeadd, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitheadSet, iterator, spliterator, subSet, tailSetpublic abstract it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterator<K> iterator()
ObjectSetiterator in interface it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterable<K>iterator in interface it.unimi.dsi.fastutil.objects.ObjectCollection<K>iterator in interface it.unimi.dsi.fastutil.objects.ObjectIterable<K>iterator in interface ObjectSet<K>iterator in interface ObjectSortedSet<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 AbstractObjectSet<K>