Colt 1.2.0

Package cern.colt.list.adapter

List adapters that make Colt lists compatible with the JDK 1.2 Collections Framework.

See:
          Description

Class Summary
DoubleListAdapter Adapter that permits an AbstractDoubleList to be viewed and treated as a JDK 1.2 AbstractList.
FloatListAdapter Adapter that permits an AbstractFloatList to be viewed and treated as a JDK 1.2 AbstractList.
IntListAdapter Adapter that permits an AbstractIntList to be viewed and treated as a JDK 1.2 AbstractList.
LongListAdapter Adapter that permits an AbstractLongList to be viewed and treated as a JDK 1.2 AbstractList.
ObjectListAdapter Adapter that permits an ObjectArrayList to be viewed and treated as a JDK 1.2 AbstractList.
 

Package cern.colt.list.adapter Description

List adapters that make Colt lists compatible with the JDK 1.2 Collections Framework.


Colt 1.2.0

Jump to the Colt Homepage