Interface DeltaQueue.DeltaMatcher
-
- Enclosing class:
- DeltaQueue
public static interface DeltaQueue.DeltaMatcherInterface for comparing two delta instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(DeltaQueue.Deltable deltable)Returnstrueif the specified delta matches some criteria.
-
-
-
Method Detail
-
matches
boolean matches(DeltaQueue.Deltable deltable)
Returnstrueif the specified delta matches some criteria.- Parameters:
deltable- Delta.- Returns:
trueif the specified delta matches some criteria,falseotherwise.
-
-