Constructor | Description |
---|---|
AllRange() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasMore() |
More indices available?
|
int |
index() |
Consecutive numbering of current index.
|
void |
init(int l,
int u) |
Initialize Range to available indices
|
int |
length() |
Total number of indices.
|
void |
next() |
Increase counter.
|
java.lang.String |
toString() |
|
int |
value() |
Get current index.
|
public AllRange()
public void init(int l, int u)
Range
public int index()
Range
public java.lang.String toString()
toString
in class java.lang.Object
© 2008-2013 by Mikio L. Braun and contributors