@Generated(date="2023-04-24T17:14:49+0800",
value="AbstractKTypeCollection.java")
abstract class AbstractDoubleCollection
extends java.lang.Object
implements DoubleCollection
| Constructor and Description |
|---|
AbstractDoubleCollection() |
| Modifier and Type | Method and Description |
|---|---|
int |
removeAll(DoubleLookupContainer c)
Default implementation uses a predicate for removal.
|
int |
retainAll(DoubleLookupContainer c)
Default implementation uses a predicate for retaining.
|
int |
retainAll(DoublePredicate predicate)
Default implementation redirects to
DoubleCollection.removeAll(DoublePredicate) and
negates the predicate. |
double[] |
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(DoubleLookupContainer c)
removeAll in interface DoubleCollectionpublic int retainAll(DoubleLookupContainer c)
retainAll in interface DoubleCollectionpublic int retainAll(DoublePredicate predicate)
DoubleCollection.removeAll(DoublePredicate) and
negates the predicate.retainAll in interface DoubleCollectionpublic double[] toArray()
toArray in interface DoubleContainerpublic java.lang.String toString()
toString in class java.lang.Object