Class AbstractDoubleSortedSet

    • Method Detail

      • iterator

        public abstract DoubleBidirectionalIterator iterator()
        Description copied from interface: DoubleCollection
        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 java.util.Collection<java.lang.Double>
        Specified by:
        iterator in interface DoubleBidirectionalIterable
        Specified by:
        iterator in interface DoubleCollection
        Specified by:
        iterator in interface DoubleIterable
        Specified by:
        iterator in interface DoubleSet
        Specified by:
        iterator in interface DoubleSortedSet
        Specified by:
        iterator in interface java.lang.Iterable<java.lang.Double>
        Specified by:
        iterator in interface java.util.Set<java.lang.Double>
        Specified by:
        iterator in class AbstractDoubleSet
        Returns:
        a type-specific iterator on the elements of this collection.
        See Also:
        Iterable.iterator()