|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.FixedIterator
final class FixedIterator extends Object
| Field Summary | |
|---|---|
private int |
index
|
private def |
iterable
|
private boolean |
mutable
|
| Constructor Summary | |
FixedIterator(def iterable, boolean mutable = false)
|
|
| Method Summary | |
|---|---|
boolean
|
hasNext()
|
Object
|
next()
|
void
|
remove()
|
private int
|
size()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private int index
private final def iterable
private final boolean mutable
| Constructor Detail |
|---|
FixedIterator(def iterable, boolean mutable = false)
| Method Detail |
|---|
boolean hasNext()
Object next()
void remove()
private int size()
Groovy Documentation