Class CharPredicates.IsDigitOrDotCharPredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IsDigitOrDotCharPredicate
- All Implemented Interfaces:
Serializable
,CharPredicate
- Enclosing class:
CharPredicates
private static class CharPredicates.IsDigitOrDotCharPredicate
extends Object
implements CharPredicate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IsDigitOrDotCharPredicate
private IsDigitOrDotCharPredicate()
-
-
Method Details
-
accept
public boolean accept(char value) - Specified by:
accept
in interfaceCharPredicate
-