Class KahluaArray
java.lang.Object
se.krka.kahlua.vm.KahluaArray
- All Implemented Interfaces:
KahluaTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> booleanisEmpty()iterator()intlen()voidload(DataInputStream var1, int var2) voidload(ByteBuffer var1, int var2) rawget(int int0) voidvoidvoidsave(DataOutputStream var1) voidsave(ByteBuffer var1) voidsetMetatable(KahluaTable table) intsize()voidwipe()
-
Constructor Details
-
KahluaArray
public KahluaArray()
-
-
Method Details
-
getString
- Specified by:
getStringin interfaceKahluaTable
-
size
public int size()- Specified by:
sizein interfaceKahluaTable
-
len
public int len()- Specified by:
lenin interfaceKahluaTable
-
iterator
- Specified by:
iteratorin interfaceKahluaTable
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceKahluaTable
-
wipe
public void wipe()- Specified by:
wipein interfaceKahluaTable
-
rawget
- Specified by:
rawgetin interfaceKahluaTable
-
rawset
- Specified by:
rawsetin interfaceKahluaTable
-
rawget
- Specified by:
rawgetin interfaceKahluaTable
-
rawset
- Specified by:
rawsetin interfaceKahluaTable
-
next
-
getMetatable
- Specified by:
getMetatablein interfaceKahluaTable
-
setMetatable
- Specified by:
setMetatablein interfaceKahluaTable
-
getJavaClass
-
save
- Specified by:
savein interfaceKahluaTable
-
load
- Specified by:
loadin interfaceKahluaTable
-
save
- Specified by:
savein interfaceKahluaTable- Throws:
IOException
-
load
- Specified by:
loadin interfaceKahluaTable- Throws:
IOException
-