Home | History | Annotate | Download | only in html

Lines Matching full:allowedvalues

695 <FONT color="green">692</FONT>            boolean ignoreCase, String... allowedValues) {<a name="line.692"></a>
696 <FONT color="green">693</FONT> return matching(ignoreCase, ImmutableSet.copyOf(allowedValues));<a name="line.693"></a>
706 <FONT color="green">703</FONT> final boolean ignoreCase, Set&lt;? extends String&gt; allowedValues) {<a name="line.703"></a>
707 <FONT color="green">704</FONT> final ImmutableSet&lt;String&gt; allowed = ImmutableSet.copyOf(allowedValues);<a name="line.704"></a>