Package se.krka.kahlua.j2se
Class KahluaTableImpl
java.lang.Object
se.krka.kahlua.j2se.KahluaTableImpl
- All Implemented Interfaces:
KahluaTable
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
boolean
isEmpty()
iterator()
int
len()
void
load
(DataInputStream dataInputStream, int int1) load
(DataInputStream dataInputStream, int int1, byte byte1) void
load
(ByteBuffer byteBuffer, int int1) load
(ByteBuffer byteBuffer, int int1, byte byte1) rawget
(int int1) boolean
rawgetBool
(Object object) float
rawgetFloat
(Object object) int
void
void
void
save
(DataOutputStream dataOutputStream) void
save
(ByteBuffer byteBuffer) void
setMetatable
(KahluaTable kahluaTable) void
setRewriteTable
(Object object) int
size()
toString()
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
-
rawgetInt
-
rawgetBool
-
rawgetFloat
-
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
public Object load(DataInputStream dataInputStream, int int1, byte byte1) throws IOException, RuntimeException - Throws:
IOException
RuntimeException
-
getString
- Specified by:
getString
in interfaceKahluaTable
-
getRewriteTable
-
setRewriteTable
-
canSave
-