|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ChangeTable.Splitter
Callback used to produce a list of values from a single old one.
| Method Summary | |
|---|---|
List |
split(Object value)
Produce a list of values from an old value. |
| Method Detail |
|---|
List split(Object value)
throws ParserException
Produce a list of values from an old value.
It is strongly recommended that this method is re-entrant and does not modify the state of the Splitter in a way that would affect future return -values.
value - the old value Object
ParserException - if the value could not be split
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||