| Constructor and Description |
|---|
ReverseListIterator(List<? extends ELEMENTTYPE> aList) |
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE> |
create(List<? extends ELEMENTTYPE> aList) |
boolean |
hasNext() |
ELEMENTTYPE |
next() |
void |
remove() |
String |
toString() |
public ReverseListIterator(@Nonnull List<? extends ELEMENTTYPE> aList)
public boolean hasNext()
hasNext in interface Iterator<ELEMENTTYPE>@Nullable public ELEMENTTYPE next()
next in interface Iterator<ELEMENTTYPE>@UnsupportedOperation public void remove()
remove in interface Iterator<ELEMENTTYPE>@Nonnull public static <ELEMENTTYPE> ReverseListIterator<ELEMENTTYPE> create(@Nonnull List<? extends ELEMENTTYPE> aList)
Copyright © 2006–2014 phloc systems. All rights reserved.