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. |