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.Parser
Selection.delimitedBy
(char delimiter) Returns a parser forSelection
, using thedelimiter
character to delimit explicit selection elements.static Selection.Parser
Selection.delimitedBy
(Substring.Pattern delimiter) Returns a parser forSelection
, using thedelimiter
patter to delimit explicit selection elements.static Selection.Parser
Selection.parser()
Returns the default parser, using','
as delimiter of elements.