Class CharPredicates.IsLetterOrDigitCharPredicate

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

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

  • Constructor Details

    • IsLetterOrDigitCharPredicate

      private IsLetterOrDigitCharPredicate()
  • Method Details

    • accept

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