-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
int |
K |
int |
N |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
hasNext() |
int[] |
next() |
void |
remove() |
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<int[]>
-
next
public int[] next()
- Specified by:
next
in interface Iterator<int[]>
-
remove
public void remove()
- Specified by:
remove
in interface Iterator<int[]>
Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.