class PotMap[K, V] extends PotCollection[K, V]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PotMap
- PotCollection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(kv: (K, Pot[V])): PotMap[K, V]
- def ++(xs: Iterable[(K, Pot[V])]): PotMap[K, V]
- def -(key: K): PotMap[K, V]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(key: K): Pot[V]
- Definition Classes
- PotCollection
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear: PotMap[K, V]
- Definition Classes
- PotMap → PotCollection
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get(keys: Iterable[K]): Map[K, Pot[V]]
-
def
get(key: K): Pot[V]
- Definition Classes
- PotMap → PotCollection
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterator: Iterator[(K, Pot[V])]
- Definition Classes
- PotMap → PotCollection
- def keySet: Set[K]
- def keys: Iterable[K]
-
def
map(f: (K, Pot[V]) ⇒ Pot[V]): PotMap[K, V]
- Definition Classes
- PotMap → PotCollection
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
refresh(keys: Iterable[K]): Unit
- Definition Classes
- PotMap → PotCollection
-
def
refresh(key: K): Unit
- Definition Classes
- PotMap → PotCollection
-
def
remove(key: K): PotMap[K, V]
- Definition Classes
- PotMap → PotCollection
-
def
seq: Iterable[(K, Pot[V])]
- Definition Classes
- PotMap → PotCollection
- def size: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updated(start: K, values: Iterable[Pot[V]])(implicit num: Numeric[K]): PotMap[K, V]
- Definition Classes
- PotMap → PotCollection
-
def
updated(kvs: Iterable[(K, Pot[V])]): PotMap[K, V]
- Definition Classes
- PotMap → PotCollection
-
def
updated(key: K, value: Pot[V]): PotMap[K, V]
- Definition Classes
- PotMap → PotCollection
-
def
updated(coll: PotCollection[K, V]): PotCollection[K, V]
- Definition Classes
- PotCollection
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()