Uses of Class
com.google.mu.collect.Selection.Parser
Packages that use Selection.Parser
- 
Uses of Selection.Parser in com.google.mu.collect
Methods in com.google.mu.collect that return Selection.ParserModifier and TypeMethodDescriptionstatic Selection.ParserSelection.delimitedBy(char delimiter) Returns a parser forSelection, using thedelimitercharacter to delimit explicit selection elements.static Selection.ParserSelection.delimitedBy(Substring.Pattern delimiter) Returns a parser forSelection, using thedelimiterpatter to delimit explicit selection elements.static Selection.ParserSelection.parser()Returns the default parser, using','as delimiter of elements.