Package org.apache.commons.collections.primitives.adapters

Adapters for converting between the primitive and object based versions of the collections framework.

See:
          Description

Class Summary
AbstractByteCollectionCollection  
AbstractByteListList  
AbstractCharCollectionCollection  
AbstractCharListList  
AbstractCollectionByteCollection  
AbstractCollectionCharCollection  
AbstractCollectionDoubleCollection  
AbstractCollectionFloatCollection  
AbstractCollectionIntCollection  
AbstractCollectionLongCollection  
AbstractCollectionShortCollection  
AbstractDoubleCollectionCollection  
AbstractDoubleListList  
AbstractFloatCollectionCollection  
AbstractFloatListList  
AbstractIntCollectionCollection  
AbstractIntListList  
AbstractListByteList  
AbstractListCharList  
AbstractListDoubleList  
AbstractListFloatList  
AbstractListIntList  
AbstractListLongList  
AbstractListShortList  
AbstractLongCollectionCollection  
AbstractLongListList  
AbstractShortCollectionCollection  
AbstractShortListList  
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.
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.
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.
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.
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.
NonSerializableByteCollectionCollection  
NonSerializableByteListList  
NonSerializableCharCollectionCollection  
NonSerializableCharListList  
NonSerializableCollectionByteCollection  
NonSerializableCollectionCharCollection  
NonSerializableCollectionDoubleCollection  
NonSerializableCollectionFloatCollection  
NonSerializableCollectionIntCollection  
NonSerializableCollectionLongCollection  
NonSerializableCollectionShortCollection  
NonSerializableDoubleCollectionCollection  
NonSerializableDoubleListList  
NonSerializableFloatCollectionCollection  
NonSerializableFloatListList  
NonSerializableIntCollectionCollection  
NonSerializableIntListList  
NonSerializableListByteList  
NonSerializableListCharList  
NonSerializableListDoubleList  
NonSerializableListFloatList  
NonSerializableListIntList  
NonSerializableListLongList  
NonSerializableListShortList  
NonSerializableLongCollectionCollection  
NonSerializableLongListList  
NonSerializableShortCollectionCollection  
NonSerializableShortListList  
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.
 

Package org.apache.commons.collections.primitives.adapters Description

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.



Copyright (c) 2002-2003 - Apache Software Foundation