|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final Overlap STRICT
public static final Overlap FREE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |