Class SWMRLong2ObjectHashTable.TableEntry<V>
java.lang.Object
ca.spottedleaf.concurrentutil.map.SWMRLong2ObjectHashTable.TableEntry<V>
- Enclosing class:
SWMRLong2ObjectHashTable<V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetKey()protected final SWMRLong2ObjectHashTable.TableEntry<V> protected final SWMRLong2ObjectHashTable.TableEntry<V> getValue()protected final Vprotected final Vprotected final voidprotected final voidprotected final voidsetValueRelease(V to)
-
Field Details
-
TABLE_ENTRY_ARRAY_HANDLE
-
key
protected final long key -
value
-
next
-
VALUE_HANDLE
-
NEXT_HANDLE
-
-
Constructor Details
-
TableEntry
-
-
Method Details
-
getValuePlain
-
getValueAcquire
-
setValueRelease
-
getNextPlain
-
getNextOpaque
-
setNextPlain
-
setNextRelease
-
getKey
public long getKey() -
getValue
-