immortal library

Classes

ImmortalList<T>
An immutable indexable collection of objects with a length.
ImmortalMap<K, V>
An immutable collection of key/value pairs, from which you retrieve a value using its associated key.
ImmortalSet<T>
An immutable collection of objects in which each object can occur only once according to the == operator.