Package se.krka.kahlua.vm
Interface KahluaTable
- All Known Implementing Classes:
KahluaArray
,KahluaTableImpl
,LuaBackendClass
public interface KahluaTable
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isEmpty()
iterator()
int
len()
void
load
(DataInputStream dataInputStream, int int1) void
load
(ByteBuffer byteBuffer, int int1) rawget
(int int1) void
void
void
save
(DataOutputStream dataOutputStream) void
save
(ByteBuffer byteBuffer) void
setMetatable
(KahluaTable kahluaTable) int
size()
void
wipe()
-
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
-