aa
com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.Prime Class Reference
Collaboration diagram for com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.Prime:
[legend]

Package Functions

 Prime (Object V)
 

Static Package Functions

static Object unbox (Object V)
 

Package Attributes

final Object _V
 

Detailed Description

Definition at line 124 of file NonBlockingHashMapLong.java.

Constructor & Destructor Documentation

◆ Prime()

com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.Prime.Prime ( Object  V)
package

Definition at line 126 of file NonBlockingHashMapLong.java.

126 { _V = V; }

References com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.Prime._V.

Referenced by com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.Prime.unbox().

Here is the caller graph for this function:

Member Function Documentation

◆ unbox()

static Object com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.Prime.unbox ( Object  V)
staticpackage

Definition at line 127 of file NonBlockingHashMapLong.java.

127 { return V instanceof Prime ? ((Prime)V)._V : V; }

References com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.Prime._V, and com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.Prime.Prime().

Here is the call graph for this function:

Member Data Documentation

◆ _V


The documentation for this class was generated from the following file:
com.cliffc.aa.util.NonBlockingHashMapLong.Prime._V
final Object _V
Definition: NonBlockingHashMapLong.java:125
com.cliffc.aa.util.NonBlockingHashMapLong.Prime.Prime
Prime(Object V)
Definition: NonBlockingHashMapLong.java:126