Package | Description |
---|---|
org.onehippo.cms7.util |
Modifier and Type | Method and Description |
---|---|
static <K,V> WeakIdentityMap<K,V> |
WeakIdentityMap.newConcurrentHashMap()
Creates a new
WeakIdentityMap based on a ConcurrentHashMap . |
static <K,V> WeakIdentityMap<K,V> |
WeakIdentityMap.newHashMap()
Creates a new
WeakIdentityMap based on a non-synchronized HashMap . |
Copyright © 2012–2015 Hippo B.V. (http://www.onehippo.com). All rights reserved.