com.twitter

util

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ImmutableLRU[K, V] extends AnyRef

    "map" is the backing store used to hold key->(index,value) pairs.

  2. class LruMap[K, V] extends JMapWrapper[K, V]

  3. class MapToSetAdapter[A] extends Set[A]

  4. class SynchronizedLruMap[K, V] extends LruMap[K, V] with SynchronizedMap[K, V]

Value Members

  1. object ImmutableLRU

  2. object LruMap extends Serializable

  3. object SetMaker

  4. val StorageUnitConversions: storage.type

  5. val TimeConversions: time.type

Inherited from AnyRef

Inherited from Any

Ungrouped