Package | Description |
---|---|
nl.renarj.jasdb.index.keys | |
nl.renarj.jasdb.index.keys.impl |
Modifier and Type | Method and Description |
---|---|
static CompareMethod |
CompareMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompareMethod[] |
CompareMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompareResult |
ComparableKey.compare(T otherKey,
CompareMethod method) |
Modifier and Type | Method and Description |
---|---|
CompareResult |
UUIDKey.compare(Key o,
CompareMethod method) |
CompareResult |
StringKey.compare(Key o,
CompareMethod method) |
CompareResult |
LongKey.compare(Key o,
CompareMethod method) |
CompareResult |
DataKey.compare(Key otherKey,
CompareMethod method) |
CompareResult |
CompositeKey.compare(Key otherKey,
CompareMethod method) |
CompareResult |
AnyKey.compare(Key otherKey,
CompareMethod method) |
Copyright © 2015. All rights reserved.