public interface Labeled<LabelType,PositionType,ValueType>
| Modifier and Type | Method and Description |
|---|---|
PositionType |
getPositionFromLabel(LabelType label) |
default ValueType |
getValueForLabel(LabelType label) |
ValueType |
getValueFromPosition(PositionType position) |
void |
labelPosition(LabelType label,
PositionType position) |
void labelPosition(LabelType label, PositionType position)
PositionType getPositionFromLabel(LabelType label)
ValueType getValueFromPosition(PositionType position)
Copyright © 2017. All rights reserved.