com.pnfsoftware.jeb.util.collect.VerifiedDeque.FailureHandler<E> |
Failure handler for VerifiedDeque
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int | inBlacklist(E e) | ||||||||||
abstract int | notInWhitelist(E e) |
e | the element to be added is in the provided black-list |
---|
e | the element to be added is not in the provided white-list |
---|