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