Class AbstractByteSortedSet

java.lang.Object
java.util.AbstractCollection<java.lang.Byte>
All Implemented Interfaces:
ByteBidirectionalIterable, ByteCollection, it.unimi.dsi.fastutil.bytes.ByteIterable, ByteSet, ByteSortedSet, java.lang.Cloneable, java.lang.Iterable<java.lang.Byte>, java.util.Collection<java.lang.Byte>, java.util.Set<java.lang.Byte>, java.util.SortedSet<java.lang.Byte>
Direct Known Subclasses:
ByteAVLTreeSet, ByteLinkedOpenCustomHashSet, ByteLinkedOpenHashSet, ByteRBTreeSet

public abstract class AbstractByteSortedSet
extends AbstractByteSet
implements ByteSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
  • Method Details

    • iterator

      public abstract ByteBidirectionalIterator iterator()
      Description copied from interface: ByteCollection
      Returns a type-specific iterator on the elements of this collection.
      Specified by:
      iterator in interface ByteBidirectionalIterable
      Specified by:
      iterator in interface ByteCollection
      Specified by:
      iterator in interface it.unimi.dsi.fastutil.bytes.ByteIterable
      Specified by:
      iterator in interface ByteSet
      Specified by:
      iterator in interface ByteSortedSet
      Specified by:
      iterator in interface java.util.Collection<java.lang.Byte>
      Specified by:
      iterator in interface java.lang.Iterable<java.lang.Byte>
      Specified by:
      iterator in interface java.util.Set<java.lang.Byte>
      Specified by:
      iterator in class AbstractByteSet
      Returns:
      a type-specific iterator on the elements of this collection.