Package net.eternalclient.api.rs
Class EternalIterableLinkDeque
- java.lang.Object
-
- net.eternalclient.api.rs.EternalIterableLinkDeque
-
- All Implemented Interfaces:
java.util.Iterator
public class EternalIterableLinkDeque extends java.lang.Object implements java.util.Iterator
-
-
Field Summary
Fields Modifier and Type Field Description RSLink
link
RSLinkDeque
linkDeque
-
Constructor Summary
Constructors Constructor Description EternalIterableLinkDeque(RSLinkDeque linkDeque)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
RSLink
next()
void
remove()
-
-
-
Field Detail
-
linkDeque
public final RSLinkDeque linkDeque
-
link
public RSLink link
-
-
Constructor Detail
-
EternalIterableLinkDeque
public EternalIterableLinkDeque(RSLinkDeque linkDeque)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator
-
next
public RSLink next()
- Specified by:
next
in interfacejava.util.Iterator
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator
-
-