Package org.javimmutable.collections.util

Class Summary
Curry Contains static factory methods to produce Curried versions of functions.
Functions Library of static functions that perform various operations on Cursors.
JImmutables This class contains static factory methods to create instances of each of the collection interfaces.
MutableMapAdaptor<K,V> When converting legacy code to use JImmutableMap there are sometimes objects that shared the mutable version of their internal Map field with other classes.
RandomLoop Test program to run an infinite loop feeding data to a PersistentMap, querying the data, and deleting the data to verify the map always contains what it should.
ReflectionFunctions Contains static constructors for creating FuncN objects that call methods using reflection.
 

Exception Summary
ReflectionFunctions.ReflectionException Encapsulates the various checked exceptions that can be thrown by the java reflection methods.
ReflectionFunctions.StaticMismatchException Exception thrown if caller requests a static class but reflection finds a non-static class (or vice versa).
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.