Xindice API
version 1.1

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.
Key Key extends Value by providing a hash value for the Key.
Record Record is a container for Key/Value pair.
Types Deprecated. This class is only used by Variant, a deprecated class.
Value Value is the primary base class for all data storing objects.
Variant Deprecated. This class is not used in the code.
 

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.1

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