Class CharSetOfOne
java.lang.Object
ch.randelshofer.fastdoubleparser.chr.CharSetOfOne
- All Implemented Interfaces:
CharSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(char ch) Returns true if the set contains the specified character.
-
Field Details
-
ch
private final char ch
-
-
Constructor Details
-
CharSetOfOne
-
-
Method Details
-
containsKey
public boolean containsKey(char ch) Description copied from interface:CharSetReturns true if the set contains the specified character.- Specified by:
containsKeyin interfaceCharSet- Parameters:
ch- a character- Returns:
- true if the byte is in the set
-