Class FloatCollections.IterableCollection

    • Method Detail

      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<java.lang.Float>
        Specified by:
        size in class java.util.AbstractCollection<java.lang.Float>
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface java.util.Collection<java.lang.Float>
        Overrides:
        isEmpty in class java.util.AbstractCollection<java.lang.Float>
      • iterator

        public FloatIterator iterator()
        Description copied from interface: FloatCollection
        Returns a type-specific iterator on the elements of this collection.
        Specified by:
        iterator in interface java.util.Collection<java.lang.Float>
        Specified by:
        iterator in interface FloatCollection
        Specified by:
        iterator in interface FloatIterable
        Specified by:
        iterator in interface java.lang.Iterable<java.lang.Float>
        Specified by:
        iterator in class AbstractFloatCollection
        Returns:
        a type-specific iterator on the elements of this collection.
        See Also:
        Iterable.iterator()
      • spliterator

        public FloatSpliterator spliterator()
        Description copied from interface: FloatCollection
        Returns a type-specific spliterator on the elements of this collection.

        See Collection.spliterator() for more documentation on the requirements of the returned spliterator.

        Specified by:
        spliterator in interface java.util.Collection<java.lang.Float>
        Specified by:
        spliterator in interface FloatCollection
        Specified by:
        spliterator in interface FloatIterable
        Specified by:
        spliterator in interface java.lang.Iterable<java.lang.Float>
        Returns:
        a type-specific spliterator on the elements of this collection.
      • doubleIterator

        public DoubleIterator doubleIterator()
        Description copied from interface: FloatCollection
        Returns a widened primitive iterator on the elements of this collection.

        This method is provided for the purpose of APIs that expect only the JDK's primitive iterators, of which there are only int, long, and double.

        Specified by:
        doubleIterator in interface FloatCollection
        Specified by:
        doubleIterator in interface FloatIterable
        Returns:
        a widened primitive iterator on the elements of this collection.
      • doubleSpliterator

        public DoubleSpliterator doubleSpliterator()
        Description copied from interface: FloatCollection
        Returns widened primitive spliterator on the elements of this collection.

        This method is provided for the purpose of APIs that expect only the JDK's primitive spliterators, of which there are only int, long, and double.

        Specified by:
        doubleSpliterator in interface FloatCollection
        Specified by:
        doubleSpliterator in interface FloatIterable
        Returns:
        a widened primitive spliterator on the elements of this collection.