|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharCollection | |
---|---|
org.joda.primitives.collection | |
org.joda.primitives.collection.impl | |
org.joda.primitives.list | |
org.joda.primitives.list.impl |
Uses of CharCollection in org.joda.primitives.collection |
---|
Methods in org.joda.primitives.collection with parameters of type CharCollection | |
---|---|
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). |
Uses of CharCollection in org.joda.primitives.collection.impl |
---|
Classes in org.joda.primitives.collection.impl that implement CharCollection | |
---|---|
class |
AbstractCharCollection
Abstract base class for collections of primitive char elements. |
class |
ArrayCharCollection
Array based implementation of CharCollection for
primitive char elements. |
Methods in org.joda.primitives.collection.impl with parameters of type CharCollection | |
---|---|
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. |
Uses of CharCollection in org.joda.primitives.list |
---|
Subinterfaces of CharCollection in org.joda.primitives.list | |
---|---|
interface |
CharList
Defines a list of primitive char values. |
Uses of CharCollection in org.joda.primitives.list.impl |
---|
Classes in org.joda.primitives.list.impl that implement CharCollection | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |