BuilderInt

final class BuilderInt[A] extends AbstractBuilder[A, Int]
class AbstractBuilder[A, Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def result(): BiMap[A, Int]
Definition Classes

Inherited methods

final def ++=(abs: IterableOnce[(A, Int)]): Unit
Inherited from
AbstractBuilder
@inline
final def +=(ab: (A, Int)): Unit
Inherited from
AbstractBuilder
final def update(a: A, b: Int): Unit
Inherited from
AbstractBuilder