Package ants.wrapper

Class Summary
AutoNodeCache Node Cache with convenience functions for access The wrapper classes W_*.java and interface glue below should be automatically generated, but aren't yet! The "type signatures" used to indicate the contents of an object are pseudo-classfile: I = int, J = long, A = array (since [ isn't a valid in a name) Names are i1, i2, etc., for the first int, second int, etc.
W_IIJ Wrapper for int, int, long -- see AutoNodeCache
W_IJ Wrapper for int, int, long -- see AutoNodeCache
W_JAI Wrapper for int[], long -- see AutoNodeCache Not suitable for hash key yet.