Package com.google.common.jimfs
Class InternalCharMatcher
java.lang.Object
com.google.common.jimfs.InternalCharMatcher
Simple replacement for the real CharMatcher until it's out of @Beta.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
chars
private final char[] chars
-
-
Constructor Details
-
InternalCharMatcher
-
-
Method Details
-
anyOf
-
matches
public boolean matches(char c)
-