public abstract class AbstractLongSortedSet extends AbstractLongSet implements LongSortedSet
| Modifier and Type | Method and Description |
|---|---|
Long |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
LongSortedSet |
headSet(Long to)
Deprecated.
Please use the corresponding type-specific method instead.
|
abstract LongBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
Long |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
LongBidirectionalIterator |
longIterator()
Deprecated.
|
LongSortedSet |
subSet(Long from,
Long to)
Deprecated.
Please use the corresponding type-specific method instead.
|
LongSortedSet |
tailSet(Long from)
Deprecated.
Please use the corresponding type-specific method instead.
|
equals, hashCode, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, rem, remove, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toLongArray, toLongArray, toStringclear, sizecomparator, firstLong, headSet, iterator, lastLong, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toLongArray, toLongArrayspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, stream@Deprecated public LongSortedSet headSet(Long to)
headSet in interface LongSortedSetheadSet in interface SortedSet<Long>SortedSet.headSet(Object)@Deprecated public LongSortedSet tailSet(Long from)
tailSet in interface LongSortedSettailSet in interface SortedSet<Long>SortedSet.tailSet(Object)@Deprecated public LongSortedSet subSet(Long from, Long to)
subSet in interface LongSortedSetsubSet in interface SortedSet<Long>SortedSet.subSet(Object,Object)@Deprecated public Long first()
@Deprecated public Long last()
@Deprecated public LongBidirectionalIterator longIterator()
longIterator in interface LongCollectionlongIterator in interface LongSortedSetlongIterator in class AbstractLongCollectionLongCollection.iterator()public abstract LongBidirectionalIterator iterator()
LongCollection
Note that this specification strengthens the one given in
Iterable.iterator(), which was already strengthened in
the corresponding type-specific class, but was weakened by the fact that
this interface extends Collection.
iterator in interface LongCollectioniterator in interface LongIterableiterator in interface LongSetiterator in interface LongSortedSetiterator in interface Iterable<Long>iterator in interface Collection<Long>iterator in interface Set<Long>iterator in class AbstractLongSet