|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.math3.util.MultidimensionalCounter.Iterator
public class MultidimensionalCounter.Iterator
Perform iteration over the multidimensional counter.
Method Summary | |
---|---|
int |
getCount()
Get the current unidimensional counter slot. |
int |
getCount(int dim)
Get the current count in the selected dimension. |
int[] |
getCounts()
Get the current multidimensional counter slots. |
boolean |
hasNext()
|
Integer |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator<Integer>
public Integer next()
next
in interface Iterator<Integer>
1
.public int getCount()
public int[] getCounts()
public int getCount(int dim)
dim
- Dimension index.
IndexOutOfBoundsException
- if index
is not in the
correct interval (as defined by the length of the argument in the
constructor of the enclosing class
).public void remove()
remove
in interface Iterator<Integer>
UnsupportedOperationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |