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 |
BooleanCollection.addAll(BooleanCollection values)
Adds a collection of primitive values to this collection (optional operation).
|
boolean |
BooleanCollection.containsAll(BooleanCollection values)
Checks if this collection contains all of the values in the specified collection.
|
boolean |
BooleanCollection.containsAny(BooleanCollection coll)
Checks if this collection contains any of the values in the specified collection.
|
boolean |
BooleanCollection.removeAll(BooleanCollection values)
Removes all occurrences from this collection of each primitive in the specified collection
(optional operation).
|
boolean |
BooleanCollection.retainAll(BooleanCollection 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 |
AbstractBooleanCollection
Abstract base class for collections of primitive
boolean elements. |
class |
ArrayBooleanCollection
Array based implementation of
BooleanCollection for
primitive boolean elements. |
Modifier and Type | Method and Description |
---|---|
boolean |
ArrayBooleanCollection.addAll(BooleanCollection values)
Adds a collection of primitive values to this collection.
|
boolean |
AbstractBooleanCollection.addAll(BooleanCollection values)
Adds a collection of primitive values to this collection (optional operation).
|
boolean |
AbstractBooleanCollection.containsAll(BooleanCollection values)
Checks if this collection contains all of the values in the specified collection.
|
boolean |
AbstractBooleanCollection.containsAny(BooleanCollection values)
Checks if this collection contains any of the values in the specified collection.
|
boolean |
AbstractBooleanCollection.removeAll(BooleanCollection values)
Removes all occurrences from this collection of each primitive in the specified collection.
|
boolean |
AbstractBooleanCollection.retainAll(BooleanCollection 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 |
BooleanList
Defines a list of primitive
boolean values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBooleanList
Abstract base class for lists of primitive
boolean elements. |
class |
ArrayBooleanList
Array based implementation of
BooleanList for
primitive int elements. |
class |
ImmutableArrayBooleanList
Immutable array-based implementation of
BooleanList for
primitive int elements. |
Copyright © 2005-2012 Joda.org. All Rights Reserved.