|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.inria.peerunit.base.Range
public abstract class Range
| Field Summary | |
|---|---|
static Range |
ALL
|
| Constructor Summary | |
|---|---|
Range()
|
|
| Method Summary | |
|---|---|
static Range |
fromString(java.lang.String str)
|
abstract boolean |
includes(int i)
|
static Range |
newInstance()
|
static Range |
newInstance(int i)
|
static Range |
newInstance(int v1,
int v2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Range ALL
| Constructor Detail |
|---|
public Range()
| Method Detail |
|---|
public abstract boolean includes(int i)
public static Range fromString(java.lang.String str)
public static Range newInstance()
public static Range newInstance(int i)
public static Range newInstance(int v1,
int v2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||