Class AbstractFloatCollection

    • Constructor Detail

      • AbstractFloatCollection

        AbstractFloatCollection()
    • Method Detail

      • retainAll

        public int retainAll​(FloatLookupContainer c)
        Default implementation uses a predicate for retaining.
        Specified by:
        retainAll in interface FloatCollection
        Returns:
        Returns the number of removed elements.
      • toArray

        public float[] toArray()
        Default implementation of copying to an array.
        Specified by:
        toArray in interface FloatContainer
      • toString

        public java.lang.String toString()
        Convert the contents of this container to a human-friendly string.
        Overrides:
        toString in class java.lang.Object