Uses of Class
com.nhncorp.neptune.client.Cell.Value

Packages that use Cell.Value
com.nhncorp.neptune.client Neptune Client API, Shell, Scanner, Utility 
 

Uses of Cell.Value in com.nhncorp.neptune.client
 

Methods in com.nhncorp.neptune.client that return Cell.Value
 Cell.Value ScanCell.getCellValue()
           
 Cell.Value Cell.getValue()
          Return latest Cell.Value
 Cell.Value Cell.getValue(int index)
          Return Cell.Value
Cell.Value is sorted by timestamp descending
 

Methods in com.nhncorp.neptune.client that return types with arguments of type Cell.Value
 java.util.List<Cell.Value> Cell.getValues()
           
 

Methods in com.nhncorp.neptune.client with parameters of type Cell.Value
 void Cell.addValue(Cell.Value value)
          Add Cell.Value
 int Cell.Value.compareTo(Cell.Value o)
           
 boolean Cell.Value.equals(Cell.Value obj)
           
 void ScanCell.setCellValue(Cell.Value value)
           
 

Method parameters in com.nhncorp.neptune.client with type arguments of type Cell.Value
 void Cell.setValues(java.util.List<Cell.Value> values)