public final class Range
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
compare(java.util.List<Xnode> list1,
java.util.List<Xnode> list2)
Compare two list of indexRange.
|
static boolean |
compare(Xnode idx1,
Xnode idx2,
boolean withLowerBound)
Compare if two indexRange nodes are identical.
|
public static boolean compare(java.util.List<Xnode> list1, java.util.List<Xnode> list2)
list1
- First list of indexRange.list2
- Second list of indexRange.public static boolean compare(Xnode idx1, Xnode idx2, boolean withLowerBound)
idx1
- First indexRange node.idx2
- Second indexRange node.withLowerBound
- If true, compare lower bound. If false, lower bound
is not compared.