|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
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 |
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |