Class AbstractFloatSortedSet

    • Method Detail

      • iterator

        public abstract FloatBidirectionalIterator iterator()
        Description copied from interface: FloatCollection
        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.Float>
        Specified by:
        iterator in interface FloatBidirectionalIterable
        Specified by:
        iterator in interface FloatCollection
        Specified by:
        iterator in interface FloatIterable
        Specified by:
        iterator in interface FloatSet
        Specified by:
        iterator in interface FloatSortedSet
        Specified by:
        iterator in interface java.lang.Iterable<java.lang.Float>
        Specified by:
        iterator in interface java.util.Set<java.lang.Float>
        Specified by:
        iterator in class AbstractFloatSet
        Returns:
        a type-specific iterator on the elements of this collection.
        See Also:
        Iterable.iterator()