Package | Description |
---|---|
org.joda.primitives.collection | |
org.joda.primitives.collection.impl | |
org.joda.primitives.list | |
org.joda.primitives.list.impl |
Modifier and Type | Method and Description |
---|---|
boolean |
DoubleCollection.addAll(DoubleCollection values)
Adds a collection of primitive values to this collection (optional operation).
|
boolean |
DoubleCollection.containsAll(DoubleCollection values)
Checks if this collection contains all of the values in the specified collection.
|
boolean |
DoubleCollection.containsAny(DoubleCollection coll)
Checks if this collection contains any of the values in the specified collection.
|
boolean |
DoubleCollection.removeAll(DoubleCollection values)
Removes all occurrences from this collection of each primitive in the specified collection
(optional operation).
|
boolean |
DoubleCollection.retainAll(DoubleCollection values)
Retains each element of this collection that is present in the specified collection
removing all other values (optional operation).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDoubleCollection
Abstract base class for collections of primitive
double elements. |
class |
ArrayDoubleCollection
Array based implementation of
DoubleCollection for
primitive double elements. |
Modifier and Type | Method and Description |
---|---|
boolean |
ArrayDoubleCollection.addAll(DoubleCollection values)
Adds a collection of primitive values to this collection.
|
boolean |
AbstractDoubleCollection.addAll(DoubleCollection values)
Adds a collection of primitive values to this collection (optional operation).
|
boolean |
AbstractDoubleCollection.containsAll(DoubleCollection values)
Checks if this collection contains all of the values in the specified collection.
|
boolean |
AbstractDoubleCollection.containsAny(DoubleCollection values)
Checks if this collection contains any of the values in the specified collection.
|
boolean |
AbstractDoubleCollection.removeAll(DoubleCollection values)
Removes all occurrences from this collection of each primitive in the specified collection.
|
boolean |
AbstractDoubleCollection.retainAll(DoubleCollection values)
Retains each element of this collection that is present in the specified collection
removing all other values.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleList
Defines a list of primitive
double values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDoubleList
Abstract base class for lists of primitive
double elements. |
class |
ArrayDoubleList
Array based implementation of
DoubleList for
primitive int elements. |
class |
ImmutableArrayDoubleList
Immutable array-based implementation of
DoubleList for
primitive int elements. |
Copyright © 2005-2012 Joda.org. All Rights Reserved.