|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Adapt | Convenience methods for constructing adapters. |
BooleanCollectionCollection | Adapts an BooleanCollection to the Collection interface. |
BooleanIteratorIterator | Adapts an BooleanIterator to the Iterator interface. |
BooleanListIteratorListIterator | Adapts an BooleanListIterator to the
ListIterator interface. |
BooleanListList | Adapts an BooleanList to the
List interface. |
ByteCollectionCollection | Adapts an ByteCollection
to the Collection
interface. |
ByteIteratorIterator | Adapts an ByteIterator to the
Iterator interface. |
ByteListIteratorListIterator | Adapts an ByteListIterator to the
ListIterator interface. |
ByteListList | Adapts an ByteList to the
List interface. |
CharCollectionCollection | Adapts an CharCollection
to the Collection
interface. |
CharIteratorIterator | Adapts an CharIterator to the
Iterator interface. |
CharListIteratorListIterator | Adapts an CharListIterator to the
ListIterator interface. |
CharListList | Adapts an CharList to the
List interface. |
CollectionBooleanCollection | Adapts a Boolean -valued Collection to the BooleanCollection interface. |
CollectionByteCollection | Adapts a Number -valued
Collection to the
ByteCollection interface. |
CollectionCharCollection | Adapts a Number -valued
Collection to the
CharCollection interface. |
CollectionDoubleCollection | Adapts a Number -valued
Collection to the
DoubleCollection interface. |
CollectionFloatCollection | Adapts a Number -valued
Collection to the
FloatCollection interface. |
CollectionIntCollection | Adapts a Number -valued
Collection to the
IntCollection interface. |
CollectionLongCollection | Adapts a Number -valued
Collection to the
LongCollection interface. |
CollectionShortCollection | Adapts a Number -valued
Collection to the
ShortCollection interface. |
DoubleCollectionCollection | Adapts an DoubleCollection
to the Collection
interface. |
DoubleIteratorIterator | Adapts an DoubleIterator to the
Iterator interface. |
DoubleListIteratorListIterator | Adapts an DoubleListIterator to the
ListIterator interface. |
DoubleListList | Adapts an DoubleList to the
List interface. |
FloatCollectionCollection | Adapts an FloatCollection
to the Collection
interface. |
FloatIteratorIterator | Adapts an FloatIterator to the
Iterator interface. |
FloatListIteratorListIterator | Adapts an FloatListIterator to the
ListIterator interface. |
FloatListList | Adapts an FloatList to the
List interface. |
IntCollectionCollection | Adapts an IntCollection
to the Collection
interface. |
IntIteratorIterator | Adapts an IntIterator to the
Iterator interface. |
IntListIteratorListIterator | Adapts an IntListIterator to the
ListIterator interface. |
IntListList | Adapts an IntList to the
List interface. |
IteratorBooleanIterator | Adapts a Boolean -valued Iterator
to the BooleanIterator interface. |
IteratorByteIterator | Adapts a Number -valued
Iterator
to the ByteIterator
interface. |
IteratorCharIterator | Adapts a Number -valued
Iterator
to the CharIterator
interface. |
IteratorDoubleIterator | Adapts a Number -valued
Iterator
to the DoubleIterator
interface. |
IteratorFloatIterator | Adapts a Number -valued
Iterator
to the FloatIterator
interface. |
IteratorIntIterator | Adapts a Number -valued
Iterator
to the IntIterator
interface. |
IteratorLongIterator | Adapts a Number -valued
Iterator
to the LongIterator
interface. |
IteratorShortIterator | Adapts a Number -valued
Iterator
to the ShortIterator
interface. |
ListBooleanList | Adapts a Number -valued List
to the BooleanList interface. |
ListByteList | Adapts a Number -valued List
to the ByteList interface. |
ListCharList | Adapts a Number -valued List
to the CharList interface. |
ListDoubleList | Adapts a Number -valued List
to the DoubleList interface. |
ListFloatList | Adapts a Number -valued List
to the FloatList interface. |
ListIntList | Adapts a Number -valued List
to the IntList interface. |
ListIteratorBooleanListIterator | Adapts a Number -valued ListIterator
to the BooleanListIterator interface. |
ListIteratorByteListIterator | Adapts a Number -valued ListIterator
to the ByteListIterator interface. |
ListIteratorCharListIterator | Adapts a Number -valued ListIterator
to the CharListIterator interface. |
ListIteratorDoubleListIterator | Adapts a Number -valued ListIterator
to the DoubleListIterator interface. |
ListIteratorFloatListIterator | Adapts a Number -valued ListIterator
to the FloatListIterator interface. |
ListIteratorIntListIterator | Adapts a Number -valued ListIterator
to the IntListIterator interface. |
ListIteratorLongListIterator | Adapts a Number -valued ListIterator
to the LongListIterator interface. |
ListIteratorShortListIterator | Adapts a Number -valued ListIterator
to the ShortListIterator interface. |
ListLongList | Adapts a Number -valued List
to the LongList interface. |
ListShortList | Adapts a Number -valued List
to the ShortList interface. |
LongCollectionCollection | Adapts an LongCollection
to the Collection
interface. |
LongIteratorIterator | Adapts an LongIterator to the
Iterator interface. |
LongListIteratorListIterator | Adapts an LongListIterator to the
ListIterator interface. |
LongListList | Adapts an LongList to the
List interface. |
ShortCollectionCollection | Adapts an ShortCollection
to the Collection
interface. |
ShortIteratorIterator | Adapts an ShortIterator to the
Iterator interface. |
ShortListIteratorListIterator | Adapts an ShortListIterator to the
ListIterator interface. |
ShortListList | Adapts an ShortList to the
List interface. |
Adapters for converting between the primitive and object based versions of the collections framework.
Also see the org.apache.commons.collections.primitives
,
java.util
and org.apache.commons.collections
packages.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |