Package cern.colt.list.adapter
List adapters that make Colt lists compatible with the JDK 1.2 Collections Framework.
-
Class Summary Class Description DoubleListAdapter Adapter that permits anAbstractDoubleListto be viewed and treated as a JDK 1.2AbstractList.FloatListAdapter Adapter that permits anAbstractFloatListto be viewed and treated as a JDK 1.2AbstractList.IntListAdapter Adapter that permits anAbstractIntListto be viewed and treated as a JDK 1.2AbstractList.LongListAdapter Adapter that permits anAbstractLongListto be viewed and treated as a JDK 1.2AbstractList.ObjectListAdapter Adapter that permits anObjectArrayListto be viewed and treated as a JDK 1.2AbstractList.