JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
jag
Interface RSNodeDeque<T extends
RSNode
>
All Superinterfaces:
RSProvider
public interface
RSNodeDeque<T extends
RSNode
>
extends
RSProvider
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
current
()
RSNode
getHead
()
RSNode
getTail
()
T
next
()
Method Details
getHead
RSNode
getHead
()
getTail
RSNode
getTail
()
next
T
next
()
current
T
current
()