|
||||||||||
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 |
ShortList.addAll(int index,
ShortCollection collection)
Inserts all of the elements in the specified collection into me, at the specified position (optional operation). |
boolean |
RandomAccessShortList.addAll(int index,
ShortCollection collection)
|
boolean |
ArrayShortList.addAll(int index,
ShortCollection collection)
|
boolean |
ShortCollection.addAll(ShortCollection c)
Adds all of the elements in the
specified collection to me (optional operation). |
boolean |
AbstractShortCollection.addAll(ShortCollection c)
|
boolean |
ArrayShortList.addAll(ShortCollection collection)
|
boolean |
ShortCollection.containsAll(ShortCollection c)
Returns true iff I contain
all of the elements in the given collection. |
boolean |
AbstractShortCollection.containsAll(ShortCollection c)
|
boolean |
ShortCollection.removeAll(ShortCollection c)
Removes all of my elements that are contained in the specified collection (optional operation). |
boolean |
AbstractShortCollection.removeAll(ShortCollection c)
|
boolean |
ShortCollection.retainAll(ShortCollection c)
Removes all of my elements that are not contained in the specified collection (optional operation). |
boolean |
AbstractShortCollection.retainAll(ShortCollection c)
|
Constructors in org.apache.commons.collections.primitives with parameters of type ShortCollection | |
---|---|
ArrayShortList(ShortCollection that)
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator. |
|
ArrayUnsignedByteList(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 | |
---|---|
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 |
Adapt.toShortCollection(java.util.Collection c)
|
static ShortCollection |
CollectionShortCollection.wrap(java.util.Collection collection)
Create an ShortCollection wrapping
the specified Collection . |
Methods in org.apache.commons.collections.primitives.adapters with parameters of type ShortCollection | |
---|---|
static java.util.Collection |
Adapt.toCollection(ShortCollection c)
|
static java.util.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 | |
---|---|
class |
UnmodifiableShortList
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |