Multiset

gapt.examples.prime.furstenbergWitness.Multiset
case class Multiset[T](countingMap: Map[T, Int]) extends T => Int

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait T => Int
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def +(that: Multiset[T]): Multiset[T]
def apply(t: T): Int
def toSeq: Seq[T]
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any

Inherited methods

def andThen[A](g: Int => A): T => A

Attributes

Inherited from:
Function1
def compose[A](g: A => T): A => Int

Attributes

Inherited from:
Function1

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product