|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EntryWeigher in com.googlecode.concurrentlinkedhashmap |
---|
Methods in com.googlecode.concurrentlinkedhashmap that return EntryWeigher | ||
---|---|---|
static
|
Weighers.asEntryWeigher(Weigher<? super V> weigher)
A entry weigher backed by the specified weigher. |
|
static
|
Weighers.entrySingleton()
A weigher where an entry has a weight of 1. |
Methods in com.googlecode.concurrentlinkedhashmap with parameters of type EntryWeigher | |
---|---|
ConcurrentLinkedHashMap.Builder<K,V> |
ConcurrentLinkedHashMap.Builder.weigher(EntryWeigher<? super K,? super V> weigher)
Specifies an algorithm to determine how many the units of capacity an entry consumes. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |