org.mashupbots.socko.concurrentlinkedhashmap

Weighers

object Weighers extends

Visibility
  1. Public
  2. All

Value Members

  1. def asEntryWeigher [K, V] (weigher: org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: V]): EntryWeigher[K, V]

  2. def byteArray (): Weigher[Array[Byte]]

  3. def collection [E] (): org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: java.util.Collection[E]]

  4. def entrySingleton [K, V] (): EntryWeigher[K, V]

  5. def iterable [E] (): org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: java.lang.Iterable[E]]

  6. def list [E] (): org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: java.util.List[E]]

  7. def map [A, B] (): org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: java.util.Map[A,B]]

  8. def set [E] (): org.mashupbots.socko.concurrentlinkedhashmap.Weigher[_ >: java.util.Set[E]]

  9. def singleton [V] (): Weigher[V]