Package se.krka.kahlua.vm
Interface KahluaTable
- All Known Implementing Classes:
KahluaArray,KahluaTableImpl,LuaBackendClass
public interface KahluaTable
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()iterator()intlen()voidload(DataInputStream dataInputStream, int int1) voidload(ByteBuffer byteBuffer, int int1) rawget(int int1) voidvoidvoidsave(DataOutputStream dataOutputStream) voidsave(ByteBuffer byteBuffer) voidsetMetatable(KahluaTable kahluaTable) intsize()voidwipe()
-
Method Details
-
setMetatable
-
getMetatable
KahluaTable getMetatable() -
rawset
-
rawget
-
rawset
-
rawget
-
len
int len() -
iterator
KahluaTableIterator iterator() -
isEmpty
boolean isEmpty() -
wipe
void wipe() -
size
int size() -
save
- Throws:
IOException
-
load
- Throws:
IOException
-
save
- Throws:
IOException
-
load
- Throws:
IOException
-
getString
-