public abstract class AbstractByteSortedSet extends AbstractByteSet implements ByteSortedSet
| Modifier and Type | Method and Description |
|---|---|
ByteBidirectionalIterator |
byteIterator()
Deprecated.
|
java.lang.Byte |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
headSet(java.lang.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.
|
java.lang.Byte |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
subSet(java.lang.Byte from,
java.lang.Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
ByteSortedSet |
tailSet(java.lang.Byte from)
Deprecated.
Please use the corresponding type-specific method instead.
|
equals, hashCode, remove, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toByteArray, toByteArray, toStringcomparator, firstByte, headSet, iterator, lastByte, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toByteArray, toByteArray@Deprecated public ByteSortedSet headSet(java.lang.Byte to)
headSet in interface ByteSortedSetheadSet in interface java.util.SortedSet<java.lang.Byte>SortedSet.headSet(Object)@Deprecated public ByteSortedSet tailSet(java.lang.Byte from)
tailSet in interface ByteSortedSettailSet in interface java.util.SortedSet<java.lang.Byte>SortedSet.tailSet(Object)@Deprecated public ByteSortedSet subSet(java.lang.Byte from, java.lang.Byte to)
subSet in interface ByteSortedSetsubSet in interface java.util.SortedSet<java.lang.Byte>SortedSet.subSet(Object,Object)@Deprecated public java.lang.Byte first()
first in interface java.util.SortedSet<java.lang.Byte>@Deprecated public java.lang.Byte last()
last in interface java.util.SortedSet<java.lang.Byte>@Deprecated public ByteBidirectionalIterator byteIterator()
byteIterator in interface ByteCollectionbyteIterator in interface ByteSortedSetbyteIterator in class AbstractByteCollectionByteCollection.iterator()public abstract ByteBidirectionalIterator iterator()
ByteCollectionNote 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 java.lang.Iterable<java.lang.Byte>iterator in interface java.util.Collection<java.lang.Byte>iterator in interface java.util.Set<java.lang.Byte>iterator in class AbstractByteSet