Package org.apache.pivot.collections.immutable
Contains a set of read-only collection implementations.
-
Class Summary Class Description ImmutableList<T> Unmodifiable implementation of theList
interface.ImmutableMap<K,V> Unmodifiable implementation of theMap
interface.ImmutableSet<E> Unmodifiable implementation of theSet
interface.