Class FormatCharSet
- java.lang.Object
-
- ch.randelshofer.fastdoubleparser.chr.FormatCharSet
-
-
Constructor Summary
Constructors Constructor Description FormatCharSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(char ch)Returns true if the set contains the specified character.
-
-
-
Method Detail
-
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
-
-