Class CharPredicates.IsUndefinedCharPredicate

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

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

  • Constructor Details

    • IsUndefinedCharPredicate

      private IsUndefinedCharPredicate()
  • Method Details

    • accept

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