AbstractRMap

sbt.internal.util.AbstractRMap
abstract class AbstractRMap[K[_], V[_]] extends RMap[K, V]

Attributes

Graph
Supertypes
trait RMap[K, V]
class Object
trait Matchable
class Any
Known subtypes
class DelegatingPMap[K, V]

Members list

Concise view

Type members

Inherited classlikes

sealed case class TPair[T](key: K[T], value: V[T])

Attributes

Inherited from:
RMap
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T](k: K[T]): V[T]
def contains[T](k: K[T]): Boolean

Inherited methods

def get[T](k: K[T]): Option[V[T]]

Attributes

Inherited from:
RMap
def isEmpty: Boolean

Attributes

Inherited from:
RMap
def keys: Iterable[K[Any]]

Attributes

Inherited from:
RMap
def toSeq: Seq[(K[Any], V[Any])]

Attributes

Inherited from:
RMap
def toTypedSeq: Seq[TPair[_]]

Attributes

Inherited from:
RMap
def values: Iterable[V[Any]]

Attributes

Inherited from:
RMap