public static enum Range.Relation extends Enum<Range.Relation>
| Enum Constant and Description |
|---|
AFTER |
BEFORE |
BEGIN_AFTER |
BEGIN_BEFORE |
BEGIN_EQUALS |
CONTAINED_IN |
CONTAINS |
END_AFTER |
END_BEFORE |
END_EQUALS |
EQUALS |
OVERLAPS |
OVERLAPS_AFTER |
OVERLAPS_INCLUDE_ADJOINED |
| Modifier and Type | Field and Description |
|---|---|
boolean |
supportsCollect |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(List<int[]> a,
List<int[]> b) |
int |
estimateNodeCount(Range r) |
static Range.Relation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.Relation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Range.Relation EQUALS
public static final Range.Relation CONTAINS
public static final Range.Relation CONTAINED_IN
public static final Range.Relation OVERLAPS
public static final Range.Relation OVERLAPS_INCLUDE_ADJOINED
public static final Range.Relation OVERLAPS_AFTER
public static final Range.Relation BEFORE
public static final Range.Relation AFTER
public static final Range.Relation END_EQUALS
public static final Range.Relation END_BEFORE
public static final Range.Relation END_AFTER
public static final Range.Relation BEGIN_EQUALS
public static final Range.Relation BEGIN_BEFORE
public static final Range.Relation BEGIN_AFTER
public static Range.Relation[] values()
for (Range.Relation c : Range.Relation.values()) System.out.println(c);
public static Range.Relation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int estimateNodeCount(Range r)
Copyright © 2016. All rights reserved.