|
aa
|
Public Member Functions | |
| boolean | equals (final Object o) |
| Equal if the underlying key & value are equal. More... | |
| TypeK | getKey () |
| Return key. More... | |
| TypeV | getValue () |
| Return val. More... | |
| int | hashCode () |
Compute "key.hashCode() ^ val.hashCode()" More... | |
| TypeV | setValue (final TypeV val) |
| String | toString () |
| Return "key=val" string. More... | |
Protected Attributes | |
| final TypeK | _key |
| Strongly typed key. More... | |
| TypeV | _val |
| Strongly typed value. More... | |
Package Functions | |
| NBHMLEntry (final Long k, final TypeV v) | |
Static Private Member Functions | |
| static boolean | eq (final Object o1, final Object o2) |
Definition at line 1192 of file NonBlockingHashMapLong.java.
|
package |
Definition at line 1193 of file NonBlockingHashMapLong.java.
|
staticprivateinherited |
Definition at line 44 of file AbstractEntry.java.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| TypeV com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.NBHMLEntry.setValue | ( | final TypeV | val | ) |
Definition at line 1194 of file NonBlockingHashMapLong.java.
References com.cliffc.aa.util.AbstractEntry< Long, TypeV >._key, com.cliffc.aa.util.AbstractEntry< Long, TypeV >._val, and com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.put().
|
inherited |
Return "key=val" string.
Definition at line 24 of file AbstractEntry.java.
|
protectedinherited |
Strongly typed key.
Definition at line 17 of file AbstractEntry.java.
|
protectedinherited |
Strongly typed value.
Definition at line 19 of file AbstractEntry.java.