Package se.krka.kahlua.vm
Class KahluaArray
java.lang.Object
se.krka.kahlua.vm.KahluaArray
- All Implemented Interfaces:
KahluaTable
-
Constructor Summary
Constructors -
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()
-
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
-