Packages

c

sangria.util

TrieMapCache

class TrieMapCache[Key, Value] extends Cache[Key, Value]

Linear Supertypes
Cache[Key, Value], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrieMapCache
  2. Cache
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TrieMapCache()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(key: Key): Value
    Definition Classes
    TrieMapCacheCache
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canEqual(other: Any): Boolean
  7. def clear(): Unit
    Definition Classes
    TrieMapCacheCache
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def contains(key: Key): Boolean
    Definition Classes
    TrieMapCacheCache
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean
    Definition Classes
    TrieMapCache → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def find(fn: (Key, Value) ⇒ Boolean): Option[(Key, Value)]
    Definition Classes
    TrieMapCacheCache
  14. def forEachValue(fn: (Value) ⇒ Unit): Unit
    Definition Classes
    TrieMapCacheCache
  15. def get(key: Key): Option[Value]
    Definition Classes
    TrieMapCacheCache
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getOrElse(key: Key, default: ⇒ Value): Value
    Definition Classes
    TrieMapCacheCache
  18. def getOrElseUpdate(key: Key, fn: ⇒ Value): Value
    Definition Classes
    TrieMapCacheCache
  19. def hashCode(): Int
    Definition Classes
    TrieMapCache → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def keyExists(fn: (Key) ⇒ Boolean): Boolean
    Definition Classes
    TrieMapCacheCache
  22. def mapToSet[R](fn: (Key, Value) ⇒ R): Set[R]
    Definition Classes
    TrieMapCacheCache
  23. def mapValues[R](fn: (Value) ⇒ R): Map[Key, R]
    Definition Classes
    TrieMapCacheCache
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def remove(key: Key): Unit
    Definition Classes
    TrieMapCacheCache
  28. def removeKeys(fn: (Key) ⇒ Boolean): Unit
    Definition Classes
    TrieMapCacheCache
  29. def size: Int
    Definition Classes
    TrieMapCacheCache
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def update(key: Key, value: Value): Unit
    Definition Classes
    TrieMapCacheCache
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Cache[Key, Value]

Inherited from AnyRef

Inherited from Any

Ungrouped