Package com.activeviam.collections
-
Interface Summary Interface Description ImmutableCollection<E> Immutable collections with a functional API.ImmutableList<E> OrderedImmutableCollection.ImmutableMap<K,V> Immutable map with a functional API.ImmutableSet<E> Immutable set with a functional API.