public interface

ISegmentGapVerifier

com.pnfsoftware.jeb.util.collect.ISegmentGapVerifier<K>

Class Overview

A verifier for segment bounds to determine what to do when an operation is undertaken. The operation is specified by the implementor and client.

Summary

Nested Classes
enum ISegmentGapVerifier.VerificationCode List of verification codes. 
Public Methods
abstract ISegmentGapVerifier.VerificationCode verify(K begin, K end)

Public Methods

public abstract ISegmentGapVerifier.VerificationCode verify (K begin, K end)