Package net.eternalclient.api.rs
Interface RSLinkDeque
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addFirst(RSLink val)
RSLink
getCurrent()
RSLink
getSentinel()
java.util.Iterator
iterator()
RSLink
last()
RSLink
previous()
void
setCurrent(RSLink link)
-