Xindice API
version 1.2m1

Package org.apache.xindice.core.data

Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet.

See:
          Description

Interface Summary
DocumentSet DocumentSet is an interface for iterating over a set of Documents.
NodeSet NodeSet is an interface for iterating over a set of Nodes.
RecordSet RecordSet is an interface for iterating over a set of Records.
 

Class Summary
EmptyDocumentSet EmptyDocumentSet implements an empty DocumentSet.
EmptyNodeSet EmptyNodeSet implements an empty NodeSet.
EmptyRecordSet EmptyRecordSet implements an empty RecordSet.
Entry Entry is a high-level representation of a database record, that includes its internal meta information.
Key Key extends Value by providing a hash value for the Key.
Record Record is a container for key/value pairs and all meta data stored with this record in the database.
Value Value is the primary base class for all data storing objects.
 

Package org.apache.xindice.core.data Description

Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet.


Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.