Class AbstractCharSortedSet

java.lang.Object
java.util.AbstractCollection<java.lang.Character>
All Implemented Interfaces:
CharBidirectionalIterable, CharCollection, it.unimi.dsi.fastutil.chars.CharIterable, CharSet, CharSortedSet, java.lang.Cloneable, java.lang.Iterable<java.lang.Character>, java.util.Collection<java.lang.Character>, java.util.Set<java.lang.Character>, java.util.SortedSet<java.lang.Character>
Direct Known Subclasses:
CharAVLTreeSet, CharLinkedOpenCustomHashSet, CharLinkedOpenHashSet, CharRBTreeSet

public abstract class AbstractCharSortedSet
extends AbstractCharSet
implements CharSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
  • Method Details

    • iterator

      public abstract CharBidirectionalIterator iterator()
      Description copied from interface: CharCollection
      Returns a type-specific iterator on the elements of this collection.
      Specified by:
      iterator in interface CharBidirectionalIterable
      Specified by:
      iterator in interface CharCollection
      Specified by:
      iterator in interface it.unimi.dsi.fastutil.chars.CharIterable
      Specified by:
      iterator in interface CharSet
      Specified by:
      iterator in interface CharSortedSet
      Specified by:
      iterator in interface java.util.Collection<java.lang.Character>
      Specified by:
      iterator in interface java.lang.Iterable<java.lang.Character>
      Specified by:
      iterator in interface java.util.Set<java.lang.Character>
      Specified by:
      iterator in class AbstractCharSet
      Returns:
      a type-specific iterator on the elements of this collection.