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