@Generated(date="2023-04-24T17:14:49+0800",
value="AbstractKTypeCollection.java")
abstract class AbstractFloatCollection
extends java.lang.Object
implements FloatCollection
| Constructor and Description |
|---|
AbstractFloatCollection() |
| Modifier and Type | Method and Description |
|---|---|
int |
removeAll(FloatLookupContainer c)
Default implementation uses a predicate for removal.
|
int |
retainAll(FloatLookupContainer c)
Default implementation uses a predicate for retaining.
|
int |
retainAll(FloatPredicate predicate)
Default implementation redirects to
FloatCollection.removeAll(FloatPredicate) and
negates the predicate. |
float[] |
toArray()
Default implementation of copying to an array.
|
java.lang.String |
toString()
Convert the contents of this container to a human-friendly string.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, release, removeAll, removeAllpublic int removeAll(FloatLookupContainer c)
removeAll in interface FloatCollectionpublic int retainAll(FloatLookupContainer c)
retainAll in interface FloatCollectionpublic int retainAll(FloatPredicate predicate)
FloatCollection.removeAll(FloatPredicate) and
negates the predicate.retainAll in interface FloatCollectionpublic float[] toArray()
toArray in interface FloatContainerpublic java.lang.String toString()
toString in class java.lang.Object