Class KahluaTableImpl
java.lang.Object
se.krka.kahlua.j2se.KahluaTableImpl
- All Implemented Interfaces:
KahluaTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanbooleanisEmpty()iterator()intlen()voidload(DataInputStream arg0, int arg1) load(DataInputStream arg0, int arg1, byte arg2) voidload(ByteBuffer arg0, int arg1) load(ByteBuffer arg0, int arg1, byte arg2) rawget(int arg0) booleanrawgetBool(Object arg0) floatrawgetFloat(Object arg0) intrawgetTable(Object object) voidvoidvoidsave(DataOutputStream arg0) voidsave(ByteBuffer arg0) voidsetMetatable(KahluaTable arg0) voidsetRewriteTable(Object arg0) intsize()toString()floattryGetFloat(Object object, float float0) voidwipe()
-
Field Details
-
delegate
-
-
Constructor Details
-
KahluaTableImpl
-
-
Method Details
-
setMetatable
- Specified by:
setMetatablein interfaceKahluaTable
-
getMetatable
- Specified by:
getMetatablein interfaceKahluaTable
-
size
public int size()- Specified by:
sizein interfaceKahluaTable
-
rawset
- Specified by:
rawsetin interfaceKahluaTable
-
rawget
- Specified by:
rawgetin interfaceKahluaTable
-
rawset
- Specified by:
rawsetin interfaceKahluaTable
-
rawgetStr
-
rawgetTable
-
rawgetInt
-
rawgetBool
-
rawgetFloat
-
tryGetFloat
-
rawget
- Specified by:
rawgetin 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
-
toString
-
save
- Specified by:
savein interfaceKahluaTable
-
save
- Specified by:
savein interfaceKahluaTable- Throws:
IOException
-
load
- Specified by:
loadin interfaceKahluaTable
-
load
- Throws:
RuntimeException
-
load
- Specified by:
loadin interfaceKahluaTable- Throws:
IOException
-
load
- Throws:
IOExceptionRuntimeException
-
getString
- Specified by:
getStringin interfaceKahluaTable
-
getRewriteTable
-
setRewriteTable
-
canSave
-