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,RSWorldEntityDefinition
public interface RSDoublyLinkedNode extends RSNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDoublyKey()RSDoublyLinkedNodegetNextDoubly()RSDoublyLinkedNodegetPreviousDoubly()-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getNextDoubly
RSDoublyLinkedNode getNextDoubly()
-
getPreviousDoubly
RSDoublyLinkedNode getPreviousDoubly()
-
getDoublyKey
long getDoublyKey()
-
-