Class StringPredicates.ContainsCharacter
java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates<String>
org.eclipse.collections.impl.block.factory.StringPredicates.ContainsCharacter
- All Implemented Interfaces:
Serializable, Predicate<String>, Predicate<String>
- Enclosing class:
StringPredicates
-
Nested Class Summary
Nested classes/interfaces inherited from class Predicates
Predicates.AllSatisfy<T>, Predicates.AnySatisfy<T>, Predicates.AttributePredicate<T,V>, Predicates.GreaterThanOrEqualPredicate<T>, Predicates.GreaterThanPredicate<T>, Predicates.LessThanOrEqualPredicate<T>, Predicates.LessThanPredicate<T>, Predicates.NoneSatisfy<T>, Predicates.RangePredicate<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final charprivate static final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Predicates
adapt, allSatisfy, alwaysFalse, alwaysTrue, and, and, and, and, anySatisfy, assignableFrom, attributeAllSatisfy, attributeAnySatisfy, attributeBetweenExclusive, attributeBetweenInclusive, attributeBetweenInclusiveFrom, attributeBetweenInclusiveTo, attributeEqual, attributeGreaterThan, attributeGreaterThanOrEqualTo, attributeIn, attributeIsNull, attributeLessThan, attributeLessThanOrEqualTo, attributeNoneSatisfy, attributeNotEqual, attributeNotIn, attributeNotNull, attributePredicate, betweenExclusive, betweenInclusive, betweenInclusiveFrom, betweenInclusiveTo, bind, cast, equal, greaterThan, greaterThanOrEqualTo, ifFalse, ifTrue, in, in, instanceOf, isNull, lessThan, lessThanOrEqualTo, neither, noneOf, noneOf, noneSatisfy, not, not, notEqual, notIn, notIn, notInstanceOf, notNull, notSameAs, or, or, or, or, sameAs, subClass, superClass, synchronizedEach, throwing, throwing
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
character
private final char character
-
-
Constructor Details
-
ContainsCharacter
private ContainsCharacter(char newCharacter)
-
-
Method Details
-
accept
-
toString
-