Uses of Class
groovyx.gpars.extra166y.CustomConcurrentHashMap

Packages that use CustomConcurrentHashMap
groovyx.gpars.extra166y Collections supporting parallel operations. 
 

Uses of CustomConcurrentHashMap in groovyx.gpars.extra166y
 

Fields in groovyx.gpars.extra166y declared as CustomConcurrentHashMap
(package private)  CustomConcurrentHashMap<K,K> CustomConcurrentHashMap.KeySet.cchm
           
(package private)  CustomConcurrentHashMap CustomConcurrentHashMap.StrongKeyWeakValueNode.cchm
           
(package private)  CustomConcurrentHashMap CustomConcurrentHashMap.StrongKeySoftValueNode.cchm
           
(package private)  CustomConcurrentHashMap CustomConcurrentHashMap.WeakKeyNode.cchm
           
(package private)  CustomConcurrentHashMap CustomConcurrentHashMap.SoftKeyNode.cchm
           
(package private)  CustomConcurrentHashMap CustomConcurrentHashMap.IntKeyWeakValueNode.cchm
           
(package private)  CustomConcurrentHashMap CustomConcurrentHashMap.IntKeySoftValueNode.cchm
           
 

Methods in groovyx.gpars.extra166y that return CustomConcurrentHashMap
static CustomConcurrentHashMap<java.lang.Integer,java.lang.Integer> CustomConcurrentHashMap.newIntKeyIntValueMap(int expectedSize)
          Returns a new map using Integer keys and values
static
<ValueType>
CustomConcurrentHashMap<java.lang.Integer,ValueType>
CustomConcurrentHashMap.newIntKeyMap(CustomConcurrentHashMap.Strength valueStrength, CustomConcurrentHashMap.Equivalence<? super ValueType> valueEquivalence, int expectedSize)
          Returns a new map using Integer keys and the given value parameters
static
<KeyType> CustomConcurrentHashMap<KeyType,java.lang.Integer>
CustomConcurrentHashMap.newIntValueMap(CustomConcurrentHashMap.Strength keyStrength, CustomConcurrentHashMap.Equivalence<? super KeyType> keyEquivalence, int expectedSize)
          Returns a new map using the given key parameters and Integer values
 

Methods in groovyx.gpars.extra166y with parameters of type CustomConcurrentHashMap
(package private)  CustomConcurrentHashMap.Node[] CustomConcurrentHashMap.Segment.getTableForAdd(CustomConcurrentHashMap cchm)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.NodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
          Creates and returns a Node using the given parameters.
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.StrongKeySelfValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.StrongKeyStrongValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.StrongKeyIntValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.StrongKeyWeakValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.StrongKeySoftValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.WeakKeySelfValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.WeakKeyStrongValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.WeakKeyIntValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.WeakKeyWeakValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.WeakKeySoftValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.SoftKeySelfValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.SoftKeyStrongValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.SoftKeyIntValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.SoftKeyWeakValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.SoftKeySoftValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.IntKeySelfValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.IntKeyStrongValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.IntKeyIntValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.IntKeyWeakValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
 CustomConcurrentHashMap.Node CustomConcurrentHashMap.IntKeySoftValueNodeFactory.newNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
(package private)  CustomConcurrentHashMap.Node[] CustomConcurrentHashMap.Segment.resizeTable(CustomConcurrentHashMap cchm)
          See the similar code in ConcurrentHashMap for explanation
 

Constructors in groovyx.gpars.extra166y with parameters of type CustomConcurrentHashMap
CustomConcurrentHashMap.IntKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.IntKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.LinkedIntKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedIntKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedSoftKeyIntValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedSoftKeySelfValueNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedSoftKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedSoftKeyStrongValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedSoftKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedStrongKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedStrongKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedWeakKeyIntValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedWeakKeySelfValueNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedWeakKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedWeakKeyStrongValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.LinkedWeakKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm, CustomConcurrentHashMap.Node linkage)
           
CustomConcurrentHashMap.SoftKeyIntValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.SoftKeyNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.SoftKeySelfValueNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.SoftKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.SoftKeyStrongValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.SoftKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.StrongKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.StrongKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalIntKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalIntKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalSoftKeyIntValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalSoftKeySelfValueNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalSoftKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalSoftKeyStrongValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalSoftKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalStrongKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalStrongKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalWeakKeyIntValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalWeakKeySelfValueNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalWeakKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalWeakKeyStrongValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.TerminalWeakKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.WeakKeyIntValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.WeakKeyNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.WeakKeySelfValueNode(int locator, java.lang.Object key, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.WeakKeySoftValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.WeakKeyStrongValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
CustomConcurrentHashMap.WeakKeyWeakValueNode(int locator, java.lang.Object key, java.lang.Object value, CustomConcurrentHashMap cchm)
           
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.