Package step.core.collections.filters
Class Equals
- java.lang.Object
-
- step.core.collections.filters.AbstractAtomicFilter
-
- step.core.collections.filters.Equals
-
- All Implemented Interfaces:
Filter
public class Equals extends AbstractAtomicFilter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ObjectgetExpectedValue()StringgetField()inthashCode()voidsetExpectedValue(Object expectedValue)voidsetField(String field)-
Methods inherited from class step.core.collections.filters.AbstractAtomicFilter
getChildren
-
-