|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Methods | |
|---|---|
| org.luaj.vm.LTable.getKeys()
this is not scalable. Does a linear search through the table. |
|
| org.luaj.vm.LuaState.rawgeti(int, int)
should get the table and do a raw get instead |
|
| org.luaj.vm.LTable.size()
this is not scalable. Does a linear search through the table. Use luaLength() instead. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||