public class DoubleCollector extends Selector
| Constructor and Description |
|---|
DoubleCollector(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleComplete(List<Map<String,Object>> rows) |
void |
handleRow(int index,
Map<String,Object> row,
Object item,
Map<String,FieldAccess> fields) |
void |
handleStart(Collection<?> results) |
static DoubleCollector |
intCollector(String propertyName)
Factory for int collector.
|
DoubleList |
list() |
collectFrom, collectFrom, getAlias, getName, getPropertyValue, getPropertyValueAndPutIntoRow, rowId, select, select, selectAs, selectAs, selectAsTemplate, selectFrom, selectFrom, selectPropPath, selects, toStr, toStr, toStrpublic DoubleCollector(String fieldName)
public static DoubleCollector intCollector(String propertyName)
propertyName - name of property to collectpublic void handleRow(int index,
Map<String,Object> row,
Object item,
Map<String,FieldAccess> fields)
public void handleStart(Collection<?> results)
handleStart in class Selectorpublic void handleComplete(List<Map<String,Object>> rows)
handleComplete in class Selectorpublic DoubleList list()
Copyright © 2015. All Rights Reserved.