Package org.apache.pivot.collections.adapter

Provides a set of collection implementations that are backed by java.util collections.

See:
          Description

Class Summary
ListAdapter<T> Implementation of the List interface that is backed by an instance of List.
MapAdapter<K,V> Implementation of the Map interface that is backed by an instance of Map.
SetAdapter<E> Implementation of the Set interface that is backed by an instance of Set.
 

Package org.apache.pivot.collections.adapter Description

Provides a set of collection implementations that are backed by java.util collections.