Package ua.gradsoft.javachecker.util

Interface Summary
Function<X,Y>  
 

Class Summary
CachedMap<K,V> Map, which keep local cache.
FunctionMap<K,V> Representation of 1).
Holder<T> Holder for values
ImmutableListAsMap<K,V> Representation of list (where all is filled) and indexing function as immutable map
ImmutableMappedCollection<X,Y> represent collection of X as collection of Y
ImmutableMappedList<X,Y> Immutable mapped list, which return mapping of original x by function.
ImmutableMappedMap<K,VX,VY>  
IntegerOrderList  
JarClassLoader Simple JarClassLoader, for accessing classes from supplied jars.
Pair<T1,T2> Just Pair.