public static interface ChangeTable.Splitter
| Modifier and Type | Method and Description |
|---|---|
List |
split(Object value)
Produce a list of values from an old value.
|
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 ObjectParserException - if the value could not be splitCopyright © 2020 BioJava. All rights reserved.