Xindice API
version 1.2m1

org.apache.xindice.core.data
Class Key

java.lang.Object
  extended byorg.apache.xindice.core.data.Value
      extended byorg.apache.xindice.core.data.Key
All Implemented Interfaces:
Comparable

public final class Key
extends Value

Key extends Value by providing a hash value for the Key.

Version:
$Revision: 571943 $, $Date: 2007-09-02 06:48:02 -0400 (Sun, 02 Sep 2007) $

Constructor Summary
Key(byte[] data)
           
Key(byte[] data, int pos, int len)
           
Key(String data)
           
Key(Value value)
           
 
Method Summary
 boolean equals(Value value)
           
 
Methods inherited from class org.apache.xindice.core.data.Value
byteAt, compareTo, compareTo, copyTo, copyTo, equals, getData, getInputStream, getLength, hashCode, intAt, keyAt, shortAt, startsWith, streamTo, toString, valueAt
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Key

public Key(Value value)

Key

public Key(byte[] data)

Key

public Key(byte[] data,
           int pos,
           int len)

Key

public Key(String data)
Method Detail

equals

public boolean equals(Value value)
Overrides:
equals in class Value

Xindice API
version 1.2m1

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