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

Quick Search    Search Deep

org.jdaemon.era.java: Javadoc index of package org.jdaemon.era.java.


Package Samples:

org.jdaemon.era.java

Classes:

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. Each group contains objects which have the same value of the key attribute. These groups can be rapidly accessed with the 'getGroup' method, and a 'groups' iterator is provided which allows each group to be visited in turn.
AbstractJavaCube: AbstractJavaCube JavaCubes delegate their getAttribute() and getComparator() methods to their descriptor object (which will be a JavaCubeDescriptor rather than a simple CubeDescriptor). This is because the data structures supporting these methods will be invariant across all cubes having the same descriptor.
GroupIterator: Iterates through a set of cubes definined by unique values of some key attribute Used to implmenent groupByKey() in AbstractIndexedJavaCube
AbstractIndexedJavaCube
CubeWriter
IndexedJavaCubeDescriptor
JavaCube
JavaCubeDescriptor
ListJavaCube
RecursiveIterator
SortedMapIndexedJavaCube
TestJavaCube
Utils

Home | Contact Us | Privacy Policy | Terms of Service