object PNCounterMap extends Serializable
- Source
- PNCounterMap.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PNCounterMap
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[A](): PNCounterMap[A]
- def create[A](): PNCounterMap[A]
Java API
- def empty[A]: PNCounterMap[A]
- def unapply[A](m: PNCounterMap[A]): Option[Map[A, BigInt]]
Extract the PNCounterMap#entries.