Class CharPredicates.IsDigitCharPredicate

java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IsDigitCharPredicate
All Implemented Interfaces:
Serializable, CharPredicate
Enclosing class:
CharPredicates

private static class CharPredicates.IsDigitCharPredicate extends Object implements CharPredicate
  • Field Details

  • Constructor Details

    • IsDigitCharPredicate

      private IsDigitCharPredicate()
  • Method Details

    • accept

      public boolean accept(char value)
      Specified by:
      accept in interface CharPredicate