| org.iq80.leveldb.DBComparator |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
returns a 'short key' where the 'short key' >= key.
| |||||||||||
If
start < limit, returns a short key in [start,limit). | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.util.Comparator
| |||||||||||
returns a 'short key' where the 'short key' >= key. Simple comparator implementations should return key unchanged,
If start < limit, returns a short key in [start,limit).
Simple comparator implementations should return start unchanged,