Package org.javimmutable.collections.common

Class Summary
AbstractJImmutableArray<T>  
AbstractJImmutableMap<K,V>  
AbstractJImmutableSet<T>  
ArrayToMapAdaptor<T>  
Conditions Utility class containing static methods for implementing pre and post conditions.
EmptySequence<T> Singleton Sequence implementation for an empty sequence.
IndexedArray<T> Indexed implementation backed by a java array.
IndexedList<T>  
IteratorAdaptor<T> Adaptor to traverse a Cursor using the Iterator API.
ListAdaptor<T> Immutable List implementation backed by a JImmutableList.
MapAdaptor<K,V> An immutable Map implementation backed by a JImmutableMap.
MutableDelta Mutable object for tracking changes from zero.
SetAdaptor<T> Adaptor that implements an unmodifiable Set backed by a PersistentSet.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.