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 boolean
boolean
isEmpty()
iterator()
int
len()
void
load
(DataInputStream arg0, int arg1) load
(DataInputStream arg0, int arg1, byte arg2) void
load
(ByteBuffer arg0, int arg1) load
(ByteBuffer arg0, int arg1, byte arg2) rawget
(int arg0) boolean
rawgetBool
(Object arg0) float
rawgetFloat
(Object arg0) int
rawgetTable
(Object object) void
void
void
save
(DataOutputStream arg0) void
save
(ByteBuffer arg0) void
setMetatable
(KahluaTable arg0) void
setRewriteTable
(Object arg0) int
size()
toString()
float
tryGetFloat
(Object object, float float0) void
wipe()
-
Field Details
-
delegate
-
-
Constructor Details
-
KahluaTableImpl
-
-
Method Details
-
setMetatable
- Specified by:
setMetatable
in interfaceKahluaTable
-
getMetatable
- Specified by:
getMetatable
in interfaceKahluaTable
-
size
public int size()- Specified by:
size
in interfaceKahluaTable
-
rawset
- Specified by:
rawset
in interfaceKahluaTable
-
rawget
- Specified by:
rawget
in interfaceKahluaTable
-
rawset
- Specified by:
rawset
in interfaceKahluaTable
-
rawgetStr
-
rawgetTable
-
rawgetInt
-
rawgetBool
-
rawgetFloat
-
tryGetFloat
-
rawget
- Specified by:
rawget
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
-
toString
-
save
- Specified by:
save
in interfaceKahluaTable
-
save
- Specified by:
save
in interfaceKahluaTable
- Throws:
IOException
-
load
- Specified by:
load
in interfaceKahluaTable
-
load
- Throws:
RuntimeException
-
load
- Specified by:
load
in interfaceKahluaTable
- Throws:
IOException
-
load
- Throws:
IOException
RuntimeException
-
getString
- Specified by:
getString
in interfaceKahluaTable
-
getRewriteTable
-
setRewriteTable
-
canSave
-