|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
ConcurrentLinkedHashMap instance.
Collection and its weight is the
number of elements.
ConcurrentLinkedHashMap instances and can
be used in the following manner:
ConcurrentMap<User, Set<Group>> groups = new Builder<User, Set<Group>>()
.weigher(Weighers.<Group>set())
.maximumWeightedCapacity(5000)
.build();
Iterable and its weight is the
number of elements.
List and its weight is the number
of elements.
Map and its weight is the number of
entries.
Set and its weight is the number
of elements.
Weigher implementations.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||