|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShortCollection | |
org.apache.commons.collections.primitives | Collections of primitive values. |
org.apache.commons.collections.primitives.adapters | Adapters for converting between the primitive and object based versions of the collections framework. |
org.apache.commons.collections.primitives.decorators | Decorators of primitive collections. |
Uses of ShortCollection in org.apache.commons.collections.primitives |
Subinterfaces of ShortCollection in org.apache.commons.collections.primitives | |
interface |
ShortList
An ordered collection of short values. |
Classes in org.apache.commons.collections.primitives that implement ShortCollection | |
class |
AbstractShortCollection
Abstract base class for ShortCollection s. |
class |
ArrayShortList
An ShortList backed by an array of short s. |
class |
ArrayUnsignedByteList
A ShortList backed by an array of unsigned
byte values. |
class |
RandomAccessShortList
Abstract base class for ShortList s backed
by random access structures like arrays. |
protected static class |
RandomAccessShortList.RandomAccessShortSubList
|
Methods in org.apache.commons.collections.primitives with parameters of type ShortCollection | |
boolean |
RandomAccessShortList.addAll(int index,
ShortCollection collection)
|
boolean |
AbstractShortCollection.addAll(ShortCollection c)
|
boolean |
AbstractShortCollection.containsAll(ShortCollection c)
|
boolean |
AbstractShortCollection.removeAll(ShortCollection c)
|
boolean |
AbstractShortCollection.retainAll(ShortCollection c)
|
boolean |
ShortList.addAll(int index,
ShortCollection collection)
Inserts all of the elements in the specified collection into me, at the specified position (optional operation). |
boolean |
ShortCollection.addAll(ShortCollection c)
Adds all of the elements in the
specified collection to me (optional operation). |
boolean |
ShortCollection.containsAll(ShortCollection c)
Returns true iff I contain
all of the elements in the given collection. |
boolean |
ShortCollection.removeAll(ShortCollection c)
Removes all of my elements that are contained in the specified collection (optional operation). |
boolean |
ShortCollection.retainAll(ShortCollection c)
Removes all of my elements that are not contained in the specified collection (optional operation). |
Constructors in org.apache.commons.collections.primitives with parameters of type ShortCollection | |
ArrayUnsignedByteList(ShortCollection that)
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator. |
|
ArrayShortList(ShortCollection that)
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator. |
Uses of ShortCollection in org.apache.commons.collections.primitives.adapters |
Classes in org.apache.commons.collections.primitives.adapters that implement ShortCollection | |
(package private) class |
org.apache.commons.collections.primitives.adapters.AbstractCollectionShortCollection
|
(package private) class |
org.apache.commons.collections.primitives.adapters.AbstractListShortList
|
class |
CollectionShortCollection
Adapts a Number -valued
Collection to the
ShortCollection interface. |
class |
ListShortList
Adapts a Number -valued List
to the ShortList interface. |
Methods in org.apache.commons.collections.primitives.adapters that return ShortCollection | |
protected ShortCollection |
ShortCollectionCollection.getShortCollection()
|
static ShortCollection |
CollectionShortCollection.wrap(Collection collection)
Create an ShortCollection wrapping
the specified Collection . |
Methods in org.apache.commons.collections.primitives.adapters with parameters of type ShortCollection | |
static Collection |
ShortCollectionCollection.wrap(ShortCollection collection)
Create a Collection wrapping
the specified ShortCollection . |
Constructors in org.apache.commons.collections.primitives.adapters with parameters of type ShortCollection | |
ShortCollectionCollection(ShortCollection collection)
Creates a Collection wrapping
the specified ShortCollection . |
Uses of ShortCollection in org.apache.commons.collections.primitives.decorators |
Classes in org.apache.commons.collections.primitives.decorators that implement ShortCollection | |
(package private) class |
org.apache.commons.collections.primitives.decorators.BaseProxyShortCollection
|
(package private) class |
org.apache.commons.collections.primitives.decorators.BaseProxyShortList
|
(package private) class |
org.apache.commons.collections.primitives.decorators.BaseUnmodifiableShortList
|
class |
UnmodifiableShortList
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |