Class ByteSetOfNone
- java.lang.Object
-
- ch.randelshofer.fastdoubleparser.bte.ByteSetOfNone
-
-
Constructor Summary
Constructors Constructor Description ByteSetOfNone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(byte b)Returns true if the set contains the specified byte.
-
-
-
Method Detail
-
containsKey
public boolean containsKey(byte b)
Description copied from interface:ByteSetReturns true if the set contains the specified byte.- Specified by:
containsKeyin interfaceByteSet- Parameters:
b- a byte- Returns:
- true if the byte is in the set
-
-