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 |
CharCollection.addAll(CharCollection values)
Adds a collection of primitive values to this collection (optional operation).
|
boolean |
CharCollection.containsAll(CharCollection values)
Checks if this collection contains all of the values in the specified collection.
|
boolean |
CharCollection.containsAny(CharCollection coll)
Checks if this collection contains any of the values in the specified collection.
|
boolean |
CharCollection.removeAll(CharCollection values)
Removes all occurrences from this collection of each primitive in the specified collection
(optional operation).
|
boolean |
CharCollection.retainAll(CharCollection 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 |
AbstractCharCollection
Abstract base class for collections of primitive
char elements. |
class |
ArrayCharCollection
Array based implementation of
CharCollection for
primitive char elements. |
Modifier and Type | Method and Description |
---|---|
boolean |
ArrayCharCollection.addAll(CharCollection values)
Adds a collection of primitive values to this collection.
|
boolean |
AbstractCharCollection.addAll(CharCollection values)
Adds a collection of primitive values to this collection (optional operation).
|
boolean |
AbstractCharCollection.containsAll(CharCollection values)
Checks if this collection contains all of the values in the specified collection.
|
boolean |
AbstractCharCollection.containsAny(CharCollection values)
Checks if this collection contains any of the values in the specified collection.
|
boolean |
AbstractCharCollection.removeAll(CharCollection values)
Removes all occurrences from this collection of each primitive in the specified collection.
|
boolean |
AbstractCharCollection.retainAll(CharCollection 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 |
CharList
Defines a list of primitive
char values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharList
Abstract base class for lists of primitive
char elements. |
class |
ArrayCharList
Array based implementation of
CharList for
primitive int elements. |
class |
ImmutableArrayCharList
Immutable array-based implementation of
CharList for
primitive int elements. |
class |
StringBufferCharList
CharList implementation that uses a StringBuffer internally.
|
class |
StringCharList
Unmodifiable CharList wrapped around a String.
|
Copyright © 2005-2012 Joda.org. All Rights Reserved.