Package jag.game.type
Interface RSDBTable
-
- All Superinterfaces:
RSDoublyLinkedNode,RSNode,RSProvider
public interface RSDBTable extends RSDoublyLinkedNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[][]getTypes()Object[][]getValues()-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getValues
Object[][] getValues()
-
getTypes
int[][] getTypes()
-
-