Package se.krka.kahlua.vm
Class KahluaArray
java.lang.Object
se.krka.kahlua.vm.KahluaArray
- All Implemented Interfaces:
KahluaTable
-
Constructor Summary
-
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()
-
Constructor Details
-
KahluaArray
public KahluaArray()
-
-
Method Details
-
getString
- Specified by:
getString
in interfaceKahluaTable
-
size
public int size()- Specified by:
size
in interfaceKahluaTable
-
len
public int len()- Specified by:
len
in interfaceKahluaTable
-
iterator
- Specified by:
iterator
in interfaceKahluaTable
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceKahluaTable
-
wipe
public void wipe()- Specified by:
wipe
in interfaceKahluaTable
-
rawget
- Specified by:
rawget
in interfaceKahluaTable
-
rawset
- Specified by:
rawset
in interfaceKahluaTable
-
rawget
- Specified by:
rawget
in interfaceKahluaTable
-
rawset
- Specified by:
rawset
in interfaceKahluaTable
-
next
-
getMetatable
- Specified by:
getMetatable
in interfaceKahluaTable
-
setMetatable
- Specified by:
setMetatable
in interfaceKahluaTable
-
getJavaClass
-
save
- Specified by:
save
in interfaceKahluaTable
-
load
- Specified by:
load
in interfaceKahluaTable
-
save
- Specified by:
save
in interfaceKahluaTable
- Throws:
IOException
-
load
- Specified by:
load
in interfaceKahluaTable
- Throws:
IOException
-