public abstract class AbstractByteSortedSet extends AbstractByteSet implements ByteSortedSet
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractByteSortedSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this set.
|
equals, hashCode, rem, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toArray, toByteArray, toByteArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, first, firstByte, headSet, headSet, iterator, last, lastByte, spliterator, subSet, subSet, tailSet, tailSetadd, contains, of, of, of, of, of, rem, remove, removepublic abstract it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator iterator()
ByteSetiterator in interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterableiterator in interface it.unimi.dsi.fastutil.bytes.ByteCollectioniterator in interface it.unimi.dsi.fastutil.bytes.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