ostore.dataobj
Interface BtreeKey
- All Superinterfaces:
- Comparable, QuickSerializable
- All Known Implementing Classes:
- LongKey, SHA1HashKey
- public interface BtreeKey
- extends QuickSerializable, Comparable
- Version:
- $Id: BtreeKey.java,v 1.5 2002/07/20 19:18:14 srhea Exp $
- Author:
- Patrick R. Eaton
serializedSize
public int serializedSize()
lessThan
public boolean lessThan(BtreeKey other_key)
lessThanEqual
public boolean lessThanEqual(BtreeKey other_key)
greaterThan
public boolean greaterThan(BtreeKey other_key)
greaterThanEqual
public boolean greaterThanEqual(BtreeKey other_key)
equals
public boolean equals(BtreeKey other_key)