protected static class IndexValues.StandardConverter<T> extends Object implements IndexValues.Converter<T>
Modifier | Constructor and Description |
---|---|
protected |
IndexValues.StandardConverter(ValueFactory<T> factory,
Map<String,Object> variables) |
Modifier and Type | Method and Description |
---|---|
T |
toLowerValue(StaticOperand operand)
Create the lowest possible index key for the supplied
StaticOperand . |
T |
toUpperValue(StaticOperand operand)
Create the highest possible index key for the supplied
StaticOperand . |
protected IndexValues.StandardConverter(ValueFactory<T> factory, Map<String,Object> variables)
public T toLowerValue(StaticOperand operand)
IndexValues.Converter
StaticOperand
.toLowerValue
in interface IndexValues.Converter<T>
operand
- the static operand; may be nullpublic T toUpperValue(StaticOperand operand)
IndexValues.Converter
StaticOperand
.toUpperValue
in interface IndexValues.Converter<T>
operand
- the static operand; may be nullCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.