Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jdaemon.era.java

Interface Summary
IndexedJavaCube A JavaCube which is indexed on a single attribute An IndexedJavaCube maintains data objects arranged into groups according to the value of a particular 'key' attribute.
JavaCube  
 

Class Summary
AbstractIndexedJavaCube  
AbstractJavaCube AbstractJavaCube JavaCubes delegate their getAttribute() and getComparator() methods to their descriptor object (which will be a JavaCubeDescriptor rather than a simple CubeDescriptor).
CubeWriter  
GroupIterator Iterates through a set of cubes definined by unique values of some key attribute Used to implmenent groupByKey() in AbstractIndexedJavaCube
IndexedJavaCubeDescriptor  
JavaCubeDescriptor  
ListJavaCube  
RecursiveIterator  
SortedMapIndexedJavaCube  
TestJavaCube  
Utils