public abstract class AbstractLongSortedSet extends AbstractLongSet implements LongSortedSet
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLongSortedSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract it.unimi.dsi.fastutil.longs.LongBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this set.
|
equals, hashCode, rem, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toArray, toLongArray, toLongArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, first, firstLong, headSet, headSet, iterator, last, lastLong, spliterator, subSet, subSet, tailSet, tailSetadd, contains, of, of, of, of, of, rem, remove, removepublic abstract it.unimi.dsi.fastutil.longs.LongBidirectionalIterator iterator()
LongSetiterator in interface it.unimi.dsi.fastutil.longs.LongBidirectionalIterableiterator in interface it.unimi.dsi.fastutil.longs.LongCollectioniterator in interface it.unimi.dsi.fastutil.longs.LongIterableiterator in interface LongSetiterator in interface LongSortedSetiterator in interface java.lang.Iterable<java.lang.Long>iterator in interface java.util.Collection<java.lang.Long>iterator in interface java.util.Set<java.lang.Long>iterator in class AbstractLongSet