object
Weighers
extends
Value Members
-
def
asEntryWeigher
[K, V]
(weigher: org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: V]): EntryWeigher[K, V]
-
def
byteArray
(): Weigher[Array[Byte]]
-
def
collection
[E]
(): org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: java.util.Collection[E]]
-
def
entrySingleton
[K, V]
(): EntryWeigher[K, V]
-
def
iterable
[E]
(): org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: java.lang.Iterable[E]]
-
def
list
[E]
(): org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: java.util.List[E]]
-
def
map
[A, B]
(): org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: java.util.Map[A,B]]
-
def
set
[E]
(): org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: java.util.Set[E]]
-
def
singleton
[V]
(): Weigher[V]