|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.cmu.sun.folds.IndexRange.Overlap
public static class IndexRange.Overlap
An overlap describes the type and distance of overlap between two ranges. There are four basic types of matches between range A and B
| Nested Class Summary | |
|---|---|
static class |
IndexRange.Overlap.Type
|
| Field Summary | |
|---|---|
protected int |
distance
|
protected IndexRange.Overlap.Type |
type
|
| Constructor Summary | |
|---|---|
IndexRange.Overlap(IndexRange.Overlap.Type type,
int distance)
|
|
| Method Summary | |
|---|---|
int |
getDistance()
|
IndexRange.Overlap.Type |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IndexRange.Overlap.Type type
protected int distance
| Constructor Detail |
|---|
public IndexRange.Overlap(IndexRange.Overlap.Type type,
int distance)
| Method Detail |
|---|
public IndexRange.Overlap.Type getType()
public int getDistance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||