Package jag
Interface RSDoublyLinkedNode
-
- All Superinterfaces:
RSNode
,RSProvider
- All Known Subinterfaces:
RSAnimationSequence
,RSChatLine
,RSDBTable
,RSDefinition
,RSDefinitionProperty
,RSEffectAnimation
,RSEnumDefinition
,RSFont
,RSHealthBarDefinition
,RSHitsplatDefinition
,RSItemDefinition
,RSNpcDefinition
,RSObjectDefinition
,RSRuneScript
,RSSprite
,RSStructDefinition
,RSTransformableDefinition
,RSVarpbit
public interface RSDoublyLinkedNode extends RSNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDoublyKey()
RSDoublyLinkedNode
getNextDoubly()
RSDoublyLinkedNode
getPreviousDoubly()
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getNextDoubly
RSDoublyLinkedNode getNextDoubly()
-
getPreviousDoubly
RSDoublyLinkedNode getPreviousDoubly()
-
getDoublyKey
long getDoublyKey()
-
-