public abstract class AbstractByteSortedSet extends AbstractByteSet implements ByteSortedSet
| Modifier and Type | Method and Description |
|---|---|
abstract ByteBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
equals, hashCode, rem, removeadd, add, addAll, contains, contains, containsAll, remove, removeAll, retainAll, toArray, toByteArray, toByteArray, toStringaddAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArraycomparator, first, firstByte, headSet, headSet, iterator, last, lastByte, subSet, subSet, tailSet, tailSetadd, contains, rem, remove, removeadd, addAll, contains, containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toByteArray, toByteArrayforEach, forEachspliteratoraddAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayparallelStream, streampublic 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 ByteBidirectionalIterableiterator 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 AbstractByteSetIterable.iterator()