Package com.pnfsoftware.jeb.util.collect
Interface ISegmentGapVerifier<K>
- Type Parameters:
K- segment bound type
public interface ISegmentGapVerifier<K>
A verifier for
segment bounds to determine what to do when an operation is
undertaken. The operation is specified by the implementor and client.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumList of verification codes. -
Method Summary
Modifier and TypeMethodDescriptionVerify a candidate gap range.
-
Method Details
-
verify
Verify a candidate gap range.- Parameters:
begin- inclusive gap startend- exclusive gap end- Returns:
- verification code indicating whether to include the gap and continue scanning
-