| Modifier and Type | Class and Description |
|---|---|
class |
Memory.Table.Row
A row owning a set of Column families.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Memory.Table.Row> |
getRowIterator(String fromKeyIncl)
Creates an
Iterator over the Memory.Table.Rows owned by this table starting from row with the given qualifier. |
protected Memory.Table.Row |
newElement(String key)
Creates a new
Memory.Table.Row with the given key |
public final String name
public Table(String name)
protected Memory.Table.Row newElement(String key)
Memory.Table.Row with the given keykey - the key for the newly created elementpublic Iterator<Memory.Table.Row> getRowIterator(String fromKeyIncl)
Iterator over the Memory.Table.Rows owned by this table starting from row with the given qualifier.fromKeyIncl - the qualifier of the first row ; if a row with this qualifier does not exist, takes the row with the lowest key greater than fromKeyInclMemory.subMap(NavigableMap, String, String)Copyright © 2016. All Rights Reserved.