Package se.krka.kahlua.j2se
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 dataInputStream, int int1) load(DataInputStream dataInputStream, int int1, byte byte1) voidload(ByteBuffer byteBuffer, int int1) load(ByteBuffer byteBuffer, int int1, byte byte1) rawget(int int1) booleanrawgetBool(Object object) floatrawgetFloat(Object object) intvoidvoidvoidsave(DataOutputStream dataOutputStream) voidsave(ByteBuffer byteBuffer) voidsetMetatable(KahluaTable kahluaTable) voidsetRewriteTable(Object object) intsize()toString()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
-
rawgetInt
-
rawgetBool
-
rawgetFloat
-
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
public Object load(DataInputStream dataInputStream, int int1, byte byte1) throws IOException, RuntimeException - Throws:
IOExceptionRuntimeException
-
getString
- Specified by:
getStringin interfaceKahluaTable
-
getRewriteTable
-
setRewriteTable
-
canSave
-