-
(package private) static enum
(package private) static enum
(package private) static enum
(package private) static enum
(package private) static enum
(package private) static enum
(package private) static enum
(package private) final Weigher<? super V>
A weigher where the value is a byte array and its weight is the number of
bytes.
A weigher where the value is a
Collection and its weight is the
number of elements.
A weigher where the value is a
Iterable and its weight is the
number of elements.
A weigher where the value is a
List and its weight is the number
of elements.
A weigher where the value is a
Map and its weight is the number of
entries.
A weigher where the value is a
Set and its weight is the number
of elements.
A weigher where a value has a weight of 1.
A entry weigher backed by the specified weigher.
Specifies an algorithm to determine how many the units of capacity a
value consumes.