Modifier and Type | Method and Description |
---|---|
ConcurrentLinkedHashMap<K,V> |
ConcurrentLinkedHashMap.Builder.build()
Creates a new
ConcurrentLinkedHashMap instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
CapacityLimiter.hasExceededCapacity(ConcurrentLinkedHashMap<?,?> map)
Determines whether an entry should be evicted from the specified map.
|
Copyright © 2019. All rights reserved.