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