public class NBTList.NBTIterator extends Object implements ListIterator<Object>
Modifier and Type | Method and Description |
---|---|
void |
add(Object o) |
boolean |
hasNext() |
boolean |
hasPrevious() |
Object |
next() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Object o) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
public Object next()
public boolean hasPrevious()
hasPrevious
in interface ListIterator<Object>
public Object previous()
previous
in interface ListIterator<Object>
public int nextIndex()
nextIndex
in interface ListIterator<Object>
public int previousIndex()
previousIndex
in interface ListIterator<Object>
public void remove()
public void set(Object o)
set
in interface ListIterator<Object>
public void add(Object o)
add
in interface ListIterator<Object>
Copyright © 2017. All rights reserved.