public abstract class AbstractByteSortedSet extends AbstractByteSet implements ByteSortedSet
| Modifier and Type | Method and Description |
|---|---|
ByteBidirectionalIterator |
byteIterator()
Deprecated.
|
Byte |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
headSet(Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
abstract ByteBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
Byte |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
subSet(Byte from,
Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
tailSet(Byte 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, toByteArray, toByteArray, toStringclear, sizecomparator, firstByte, headSet, iterator, lastByte, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toByteArray, toByteArrayspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, stream@Deprecated public ByteSortedSet headSet(Byte to)
headSet in interface ByteSortedSetheadSet in interface SortedSet<Byte>SortedSet.headSet(Object)@Deprecated public ByteSortedSet tailSet(Byte from)
tailSet in interface ByteSortedSettailSet in interface SortedSet<Byte>SortedSet.tailSet(Object)@Deprecated public ByteSortedSet subSet(Byte from, Byte to)
subSet in interface ByteSortedSetsubSet in interface SortedSet<Byte>SortedSet.subSet(Object,Object)@Deprecated public Byte first()
@Deprecated public Byte last()
@Deprecated public ByteBidirectionalIterator byteIterator()
byteIterator in interface ByteCollectionbyteIterator in interface ByteSortedSetbyteIterator in class AbstractByteCollectionByteCollection.iterator()public abstract ByteBidirectionalIterator iterator()
ByteCollection
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 ByteCollectioniterator in interface ByteIterableiterator in interface ByteSetiterator in interface ByteSortedSetiterator in interface Iterable<Byte>iterator in interface Collection<Byte>iterator in interface Set<Byte>iterator in class AbstractByteSet