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
add, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, rem, remove, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toByteArray, toByteArray, toString
comparator, firstByte, headSet, iterator, lastByte, subSet, tailSet
add, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toByteArray, toByteArray
@Deprecated public ByteSortedSet headSet(java.lang.Byte to)
headSet
in interface ByteSortedSet
headSet
in interface java.util.SortedSet<java.lang.Byte>
SortedSet.headSet(Object)
@Deprecated public ByteSortedSet tailSet(java.lang.Byte from)
tailSet
in interface ByteSortedSet
tailSet
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 ByteSortedSet
subSet
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 ByteCollection
byteIterator
in interface ByteSortedSet
byteIterator
in class AbstractByteCollection
ByteCollection.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 ByteCollection
iterator
in interface ByteIterable
iterator
in interface ByteSet
iterator
in interface ByteSortedSet
iterator
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