Package com.prineside.luaj
Class WeakTable
java.lang.Object
com.prineside.luaj.WeakTable
- All Implemented Interfaces:
 KryoSerializable
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic final classInternal class to implement weak userdata values.static classInternal class to implement weak values.static class - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
WeakTable
Construct a table with weak keys, weak values, or both- Parameters:
 weakkeys- true to let the table have weak keysweakvalues- true to let the table have weak values
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfaceKryoSerializable
 - 
read
- Specified by:
 readin interfaceKryoSerializable
 - 
make
 - 
useWeakKeys
public boolean useWeakKeys() - 
useWeakValues
public boolean useWeakValues() - 
toLuaValue
 - 
entry
 - 
wrap
 - 
arrayget
 
 -