leveldb-api
Package Index
|
Class Index
org.iq80.leveldb
Interfaces
DB
DBComparator
DBFactory
DBIterator
Logger
Snapshot
WriteBatch
Classes
Options
Range
ReadOptions
WriteOptions
Enums
CompressionType
Exceptions
DBException
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
Range
extends Object
java.lang.Object
↳
org.iq80.leveldb.Range
Summary
Public Constructors
Range
(byte[] start, byte[] limit)
Public Methods
byte[]
limit
()
byte[]
start
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
Public Constructors
public
Range
(byte[] start, byte[] limit)
Public Methods
public byte[]
limit
()
public byte[]
start
()