Class KeySet (2.17.0)

public final class KeySet implements Serializable

Inheritance

Object > KeySet

Implements

Serializable

Static Methods

all()

public static KeySet all()
Returns
Type Description
KeySet

newBuilder()

public static KeySet.Builder newBuilder()
Returns
Type Description
Builder

prefixRange(Key arg0)

public static KeySet prefixRange(Key arg0)
Parameter
Name Description
arg0 Key
Returns
Type Description
KeySet

range(KeyRange arg0)

public static KeySet range(KeyRange arg0)
Parameter
Name Description
arg0 KeyRange
Returns
Type Description
KeySet

singleKey(Key arg0)

public static KeySet singleKey(Key arg0)
Parameter
Name Description
arg0 Key
Returns
Type Description
KeySet

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
Name Description
arg0 Object
Returns
Type Description
boolean
Overrides

getKeys()

public Iterable<Key> getKeys()
Returns
Type Description
Iterable<Key>

getRanges()

public Iterable<KeyRange> getRanges()
Returns
Type Description
Iterable<KeyRange>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

isAll()

public boolean isAll()
Returns
Type Description
boolean

toBuilder()

public KeySet.Builder toBuilder()
Returns
Type Description
Builder

toString()

public String toString()
Returns
Type Description
String
Overrides