public abstract class AbstractIntSortedSet extends AbstractIntSet implements IntSortedSet
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIntSortedSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract it.unimi.dsi.fastutil.ints.IntBidirectionalIterator |
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, toIntArray, toIntArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, first, firstInt, headSet, headSet, iterator, last, lastInt, spliterator, subSet, subSet, tailSet, tailSetadd, contains, of, of, of, of, of, rem, remove, removepublic abstract it.unimi.dsi.fastutil.ints.IntBidirectionalIterator iterator()
IntSetiterator in interface it.unimi.dsi.fastutil.ints.IntBidirectionalIterableiterator in interface it.unimi.dsi.fastutil.ints.IntCollectioniterator in interface it.unimi.dsi.fastutil.ints.IntIterableiterator in interface IntSetiterator in interface IntSortedSetiterator in interface java.lang.Iterable<java.lang.Integer>iterator in interface java.util.Collection<java.lang.Integer>iterator in interface java.util.Set<java.lang.Integer>iterator in class AbstractIntSet