Package com.mindfusion.common

Interface Summary
Comparison<T>  
 

Class Summary
ArrayIterable<T> Defines an Iterable on a two-dimentional array of type T.
ByRef<T> Allows using "by reference" value type parameters.
Collections  
ExtendedArrayList<T> Represents an ArrayList which is capable to sort and reverse itself.
ExtendedHashMap<K,V> Represents a HashMap which provides a tryGetValue method.
Helper Provides utility methods when translating from C# to Java.
KeyValuePair<K,V>  
 

Annotation Types Summary
ValueType An annotation used to mark types which once were value types.