Class KahluaArray
java.lang.Object
se.krka.kahlua.vm.KahluaArray
- All Implemented Interfaces:
KahluaTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass
<?> boolean
isEmpty()
iterator()
int
len()
void
load
(DataInputStream var1, int var2) void
load
(ByteBuffer var1, int var2) rawget
(int int0) void
void
void
save
(DataOutputStream var1) void
save
(ByteBuffer var1) void
setMetatable
(KahluaTable table) 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
-