aa
com.cliffc.aa.util.NonBlockingHashMap< TypeK, TypeV >.Prime Class Reference
Collaboration diagram for com.cliffc.aa.util.NonBlockingHashMap< TypeK, 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 106 of file NonBlockingHashMap.java.

Constructor & Destructor Documentation

◆ Prime()

com.cliffc.aa.util.NonBlockingHashMap< TypeK, TypeV >.Prime.Prime ( Object  V)
package

Definition at line 108 of file NonBlockingHashMap.java.

108 { _V = V; }

References com.cliffc.aa.util.NonBlockingHashMap< TypeK, TypeV >.Prime._V.

Referenced by com.cliffc.aa.util.NonBlockingHashMap< TypeK, TypeV >.Prime.unbox().

Here is the caller graph for this function:

Member Function Documentation

◆ unbox()

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

Definition at line 109 of file NonBlockingHashMap.java.

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

References com.cliffc.aa.util.NonBlockingHashMap< TypeK, TypeV >.Prime._V, and com.cliffc.aa.util.NonBlockingHashMap< TypeK, 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.NonBlockingHashMap.Prime._V
final Object _V
Definition: NonBlockingHashMap.java:107
com.cliffc.aa.util.NonBlockingHashMap.Prime.Prime
Prime(Object V)
Definition: NonBlockingHashMap.java:108