Class KeyRange (2.16.1)

public final class KeyRange implements Serializable

Inheritance

Object > KeyRange

Implements

Serializable

Static Methods

closedClosed(Key arg0, Key arg1)

public static KeyRange closedClosed(Key arg0, Key arg1)
Parameters
NameDescription
arg0Key
arg1Key
Returns
TypeDescription
KeyRange

closedOpen(Key arg0, Key arg1)

public static KeyRange closedOpen(Key arg0, Key arg1)
Parameters
NameDescription
arg0Key
arg1Key
Returns
TypeDescription
KeyRange

newBuilder()

public static KeyRange.Builder newBuilder()
Returns
TypeDescription
Builder

openClosed(Key arg0, Key arg1)

public static KeyRange openClosed(Key arg0, Key arg1)
Parameters
NameDescription
arg0Key
arg1Key
Returns
TypeDescription
KeyRange

openOpen(Key arg0, Key arg1)

public static KeyRange openOpen(Key arg0, Key arg1)
Parameters
NameDescription
arg0Key
arg1Key
Returns
TypeDescription
KeyRange

prefix(Key arg0)

public static KeyRange prefix(Key arg0)
Parameter
NameDescription
arg0Key
Returns
TypeDescription
KeyRange

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
NameDescription
arg0Object
Returns
TypeDescription
boolean
Overrides

geEndType()

public KeyRange.Endpoint geEndType()
Returns
TypeDescription
Endpoint

getEnd()

public Key getEnd()
Returns
TypeDescription
Key

getStart()

public Key getStart()
Returns
TypeDescription
Key

getStartType()

public KeyRange.Endpoint getStartType()
Returns
TypeDescription
Endpoint

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public KeyRange.Builder toBuilder()
Returns
TypeDescription
Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides