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 theList
interface that is backed by an instance ofList
; in other words, adapting ajava.util.List
to one of ourList
s.MapAdapter<K,V> Implementation of theMap
interface that is backed by an instance ofMap
.SetAdapter<E> Implementation of theSet
interface that is backed by an instance ofSet
.