Package jag.game.type
Interface RSVarpbit
-
- All Superinterfaces:
RSDoublyLinkedNode
,RSNode
,RSProvider
public interface RSVarpbit extends RSDoublyLinkedNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
getBitCount()
int
getLower()
default int
getMask()
int
getUpper()
default int
getValue()
default int
getValue(int varpValue)
int
getVarpIndex()
-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-