| java.lang.Object com.caucho.db.index.KeyCompare com.caucho.db.index.StringKeyCompare
StringKeyCompare | public class StringKeyCompare extends KeyCompare (Code) | | Compares two keys.
|
Method Summary | |
public int | compare(byte[] keyBuffer, int keyOffset, byte[] block, int offset, int length) Compares the key to the block data. | public String | toString(byte[] buffer, int offset, int length) |
compare | public int compare(byte[] keyBuffer, int keyOffset, byte[] block, int offset, int length)(Code) | | Compares the key to the block data.
|
toString | public String toString(byte[] buffer, int offset, int length)(Code) | | |
Methods inherited from com.caucho.db.index.KeyCompare | public int compare(byte[] keyBuffer, int keyOffset, byte[] block, int offset, int length)(Code)(Java Doc) public String toString(byte[] buffer, int offset, int length)(Code)(Java Doc)
|
|
|