Package org.apache.pivot.collections.adapter
Provides a set of collection implementations that are backed by
java.util collections.
-
Class Summary Class Description ListAdapter<T> Implementation of theListinterface that is backed by an instance ofList; in other words, adapting ajava.util.Listto one of ourLists.MapAdapter<K,V> Implementation of theMapinterface that is backed by an instance ofMap.SetAdapter<E> Implementation of theSetinterface that is backed by an instance ofSet.