Package com.prineside.luaj
Class WeakTable.WeakValueSlot
java.lang.Object
com.prineside.luaj.WeakTable.WeakSlot
com.prineside.luaj.WeakTable.WeakValueSlot
- All Implemented Interfaces:
KryoSerializable
,LuaTable.Slot
- Enclosing class:
- WeakTable
-
Method Details
-
keyindex
public int keyindex(int mask) Description copied from interface:LuaTable.Slot
Return hash{pow2,mod}( first().key().hashCode(), sizeMask )- Specified by:
keyindex
in interfaceLuaTable.Slot
- Specified by:
keyindex
in classWeakTable.WeakSlot
-
set
- Specified by:
set
in classWeakTable.WeakSlot
-
strongvalue
- Overrides:
strongvalue
in classWeakTable.WeakSlot
-