ShardedMap.Shard
A subset of a map.
Methods
String
toString
()
String
toString
()
Fields
static Map
map
static K
maxExcluding
static K
minIncluding
map
The backing map.
maxExcluding
A key higher than the highest key, or null if no limit.
minIncluding
The lowest key, or null if no limit.