Package com.tonbeller.jpivot.util

Interface Summary
TreeNodeCallback handle call back for position tree
 

Class Summary
ArrayUtil  
CubeIndexIterator generate array of indexes for an n-dimensional qube basically "n" nested loops for (i1 =0; i1 < n1 ; i1++ ) for (i2 =0; i2 < n2 ; i2++ ) ...
NumSeparators Singleton Separators are needed for "inverse" cell formatting we assume, that the locale almost never changes
StringUtil  
TreeNode Tree Node for the for a general tree of Objects
 

Exception Summary
JPivotException Base class for all JPivot exceptions that are not RuntimeExceptions.
JPivotRuntimeException Base class for all JPivot exceptions that are RuntimeExceptions.