com.timeindexing.basic
Interface Overlap


public interface Overlap

An enumeration of 2 values to enable choice between having 2 ways for an Interval to overlap an index. Strict requires that the Interval must be within the bounds of the Index. Free allows either end of the Interval to go beyond the bounds of an Index.


Field Summary
static Overlap FREE
          States if the Interval can be free of the bounds of an Index.
static Overlap STRICT
          States if the Interval must be strictly in the bounds of an Index.
 

Field Detail

STRICT

public static final Overlap STRICT
States if the Interval must be strictly in the bounds of an Index.


FREE

public static final Overlap FREE
States if the Interval can be free of the bounds of an Index.