Package cern.colt.list.adapter
package cern.colt.list.adapter
List adapters that make Colt lists compatible with the JDK 1.2 Collections Framework.
-
ClassesClassDescriptionAdapter that permits an
AbstractDoubleListto be viewed and treated as a JDK 1.2AbstractList.Adapter that permits anAbstractFloatListto be viewed and treated as a JDK 1.2AbstractList.Adapter that permits anAbstractIntListto be viewed and treated as a JDK 1.2AbstractList.Adapter that permits anAbstractLongListto be viewed and treated as a JDK 1.2AbstractList.Adapter that permits anObjectArrayListto be viewed and treated as a JDK 1.2AbstractList.