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