public class FlatteningNotationParser<T> extends Object implements NotationParser<Set<T>>
| Constructor and Description |
|---|
FlatteningNotationParser(NotationParser<T> delegate) |
public FlatteningNotationParser(NotationParser<T> delegate)
public void describe(Collection<String> candidateFormats)
describe in interface NotationParser<Set<T>>public Set<T> parseNotation(Object notation)
parseNotation in interface NotationParser<Set<T>>Copyright © 2013. All rights reserved