Package net.loadbang.util

Interface Summary
MaxFormattable An object which can be formatted (printed) as something Max can output.
 

Class Summary
EnrichedMaxObject A MaxObject sub-class with some utilities (currently, Log4j logging).
FileUtils Some library utilities over files.
MaxOutputter Callback class: something which can output Max-printable objects, and which can be wrapped around a MaxObject which does the outputting.
Pair<A,B> Pair of arbitrary object types.
Properties Wrapper for properties loaded from an XML in MaxMSP's search path.
RandLib Library.
TwoDHashMap<K1,K2,V> Simple two-dimensional HashMap.