Package org.apache.pivot.collections.immutable

Contains a set of read-only collection implementations.

See:
          Description

Class Summary
ImmutableList<T> Unmodifiable implementation of the List interface.
ImmutableMap<K,V> Unmodifiable implementation of the Map interface.
ImmutableSet<E> Unmodifiable implementation of the Set interface.
 

Package org.apache.pivot.collections.immutable Description

Contains a set of read-only collection implementations.