Deprecated API


Contents
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. 
 



Copyright © 2007-2013 Luaj.org. All Rights Reserved.