|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.runtime.ReverseListIterator
class ReverseListIterator extends Object
A reverse iterator over a list. Utilizes the ListIterator
obtained from the provided List and converts it to an
Iterator that efficiently traverses the List
in
reverse. The fail-fast semantics of this iterator are the same as the
semantics of the underlying ListIterator
.
Constructor Summary | |
ReverseListIterator(List list)
Constructs a new |
Method Summary | |
---|---|
boolean
|
hasNext()
{ |
T
|
next()
{ |
void
|
remove()
{ |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public ReverseListIterator(List list)
ReverseListIterator
for the provided list.
Method Detail |
---|
public boolean hasNext()
public T next()
public void remove()
Copyright © 2003-2009 The Codehaus. All rights reserved.