Class AbstractShortSortedSet

java.lang.Object
java.util.AbstractCollection<java.lang.Short>
All Implemented Interfaces:
ShortBidirectionalIterable, ShortCollection, it.unimi.dsi.fastutil.shorts.ShortIterable, ShortSet, ShortSortedSet, java.lang.Cloneable, java.lang.Iterable<java.lang.Short>, java.util.Collection<java.lang.Short>, java.util.Set<java.lang.Short>, java.util.SortedSet<java.lang.Short>
Direct Known Subclasses:
ShortAVLTreeSet, ShortLinkedOpenCustomHashSet, ShortLinkedOpenHashSet, ShortRBTreeSet

public abstract class AbstractShortSortedSet
extends AbstractShortSet
implements ShortSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
  • Method Details

    • iterator

      public abstract ShortBidirectionalIterator iterator()
      Description copied from interface: ShortCollection
      Returns a type-specific iterator on the elements of this collection.
      Specified by:
      iterator in interface java.util.Collection<java.lang.Short>
      Specified by:
      iterator in interface java.lang.Iterable<java.lang.Short>
      Specified by:
      iterator in interface java.util.Set<java.lang.Short>
      Specified by:
      iterator in interface ShortBidirectionalIterable
      Specified by:
      iterator in interface ShortCollection
      Specified by:
      iterator in interface it.unimi.dsi.fastutil.shorts.ShortIterable
      Specified by:
      iterator in interface ShortSet
      Specified by:
      iterator in interface ShortSortedSet
      Specified by:
      iterator in class AbstractShortSet
      Returns:
      a type-specific iterator on the elements of this collection.