Class AbstractCharSortedSet

    • Method Detail

      • iterator

        public abstract CharBidirectionalIterator iterator()
        Description copied from interface: CharCollection
        Returns a type-specific iterator on the elements of this collection.

        Note 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.

        Specified by:
        iterator in interface CharBidirectionalIterable
        Specified by:
        iterator in interface CharCollection
        Specified by:
        iterator in interface 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.
        See Also:
        Iterable.iterator()