Constructor and Description |
---|
ForLoop(Iterator<?> ite) |
ForLoop(Iterator<?> ite,
int len) |
Modifier and Type | Method and Description |
---|---|
Object |
cycle(Object... items) |
int |
getCounter() |
int |
getDepth() |
int |
getDepth0() |
int |
getIndex() |
int |
getIndex0() |
int |
getLength() |
int |
getRevcounter() |
int |
getRevindex() |
int |
getRevindex0() |
boolean |
hasNext() |
boolean |
isFirst() |
boolean |
isLast() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ForLoop(Iterator<?> ite, int len)
public ForLoop(Iterator<?> ite)
public int getIndex()
public int getIndex0()
public int getDepth()
public int getDepth0()
public int getCounter()
public int getRevindex()
public int getRevindex0()
public int getRevcounter()
public int getLength()
public boolean isFirst()
public boolean isLast()
Copyright © 2019. All rights reserved.