ee.cyber.simplicitas.parse.Actions

ActionSet

class ActionSet extends HashMap[String, Set[Action]] with MultiMap[String, Action]

linear super types: MultiMap[String, Action], HashMap[String, Set[Action]], HashTable[String], Map[String, Set[Action]], MapLike[String, Set[Action], HashMap[String, Set[Action]]], Cloneable[HashMap[String, Set[Action]]], Shrinkable[String], Builder[(String, Set[Action]), HashMap[String, Set[Action]]], Growable[(String, Set[Action])], Map[String, Set[Action]], MapLike[String, Set[Action], HashMap[String, Set[Action]]], Subtractable[String, HashMap[String, Set[Action]]], PartialFunction[String, Set[Action]], (String) ⇒ Set[Action], Iterable[(String, Set[Action])], Iterable[(String, Set[Action])], IterableLike[(String, Set[Action]), HashMap[String, Set[Action]]], Equals, Traversable[(String, Set[Action])], Mutable, Traversable[(String, Set[Action])], GenericTraversableTemplate[(String, Set[Action]), Iterable], TraversableLike[(String, Set[Action]), HashMap[String, Set[Action]]], TraversableOnce[(String, Set[Action])], FilterMonadic[(String, Set[Action]), HashMap[String, Set[Action]]], HasNewBuilder[(String, Set[Action]), HashMap[String, Set[Action]]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ActionSet
  2. MultiMap
  3. HashMap
  4. HashTable
  5. Map
  6. MapLike
  7. Cloneable
  8. Shrinkable
  9. Builder
  10. Growable
  11. Map
  12. MapLike
  13. Subtractable
  14. PartialFunction
  15. Function1
  16. Iterable
  17. Iterable
  18. IterableLike
  19. Equals
  20. Traversable
  21. Mutable
  22. Traversable
  23. GenericTraversableTemplate
  24. TraversableLike
  25. TraversableOnce
  26. FilterMonadic
  27. HasNewBuilder
  28. AnyRef
  29. Any
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Instance constructors

  1. new ActionSet ()

Type Members

  1. type Entry = DefaultEntry[String, Set[Action]]

    definition classes: HashMap → HashTable
  2. type Self = HashMap[String, Set[Action]]

    attributes: protected
    definition classes: TraversableLike

Value Members

  1. def != (arg0: AnyRef) : Boolean

    attributes: final
    definition classes: AnyRef
  2. def != (arg0: Any) : Boolean

    o != arg0 is the same as !(o == (arg0)).

    o != arg0 is the same as !(o == (arg0)).

    arg0

    the object to compare against this object for dis-equality.

    returns

    false if the receiver object is equivalent to the argument; true otherwise.

    attributes: final
    definition classes: Any
  3. def ## () : Int

    attributes: final
    definition classes: AnyRef → Any
  4. def $asInstanceOf [T0] () : T0

    attributes: final
    definition classes: AnyRef
  5. def $isInstanceOf [T0] () : Boolean

    attributes: final
    definition classes: AnyRef
  6. def + [B1 >: B] (elem1: (String, B1), elem2: (String, B1), elems: (String, B1)*) : Map[String, B1]

    definition classes: MapLike → MapLike
  7. def + [B1 >: B] (kv: (String, B1)) : Map[String, B1]

    definition classes: MapLike → MapLike
  8. def ++ [B1 >: B] (xs: TraversableOnce[(String, B1)]) : Map[String, B1]

    definition classes: MapLike → MapLike
  9. def ++ [B >: A, That] (that: TraversableOnce[B])(implicit bf: CanBuildFrom[HashMap[String, Set[Action]], B, That]) : That

    definition classes: TraversableLike
  10. def ++= (xs: TraversableOnce[(String, Set[Action])]) : ActionSet.this.type

    definition classes: Growable
  11. def += (kv: (String, Set[Action])) : ActionSet.this.type

    definition classes: HashMap → MapLike → Builder → Growable
  12. def += (elem1: (String, Set[Action]), elem2: (String, Set[Action]), elems: (String, Set[Action])*) : ActionSet.this.type

    definition classes: Growable
  13. def - (elem1: String, elem2: String, elems: String*) : HashMap[String, Set[Action]]

    definition classes: MapLike → Subtractable
  14. def - (key: String) : HashMap[String, Set[Action]]

    definition classes: MapLike → MapLike → Subtractable
  15. def -- (xs: TraversableOnce[String]) : HashMap[String, Set[Action]]

    definition classes: MapLike → Subtractable
  16. def --= (xs: TraversableOnce[String]) : ActionSet.this.type

    definition classes: Shrinkable
  17. def -= (key: String) : ActionSet.this.type

    definition classes: HashMap → MapLike → Shrinkable
  18. def -= (elem1: String, elem2: String, elems: String*) : ActionSet.this.type

    definition classes: Shrinkable
  19. def /: [B] (z: B)(op: (B, (String, Set[Action])) ⇒ B) : B

    definition classes: TraversableOnce
  20. def :\ [B] (z: B)(op: ((String, Set[Action]), B) ⇒ B) : B

    definition classes: TraversableOnce
  21. def == (arg0: AnyRef) : Boolean

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: AnyRef
  22. def == (arg0: Any) : Boolean

    o == arg0 is the same as o.equals(arg0).

    o == arg0 is the same as o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: Any
  23. def add (key: String, value: Action) : ActionSet.this.type

    definition classes: MultiMap
      deprecated:
    1. use addBinding instead

  24. def addBinding (key: String, value: Action) : ActionSet.this.type

    definition classes: MultiMap
  25. def addEntry (e: Entry) : Unit

    attributes: protected
    definition classes: HashTable
  26. def addString (b: StringBuilder, start: String, sep: String, end: String) : StringBuilder

    definition classes: MapLike → TraversableOnce
  27. def addString (b: StringBuilder) : StringBuilder

    definition classes: TraversableOnce
  28. def addString (b: StringBuilder, sep: String) : StringBuilder

    definition classes: TraversableOnce
  29. def andThen [C] (k: (Set[Action]) ⇒ C) : PartialFunction[String, C]

    definition classes: PartialFunction → Function1
  30. def apply (key: String) : Set[Action]

    definition classes: MapLike → Function1
  31. def asInstanceOf [T0] : T0

    This method is used to cast the receiver object to be of type T0.

    This method is used to cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expressionList(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    the receiver object.

    attributes: final
    definition classes: Any
  32. def canEqual (that: Any) : Boolean

    definition classes: IterableLike → Equals
  33. def clear () : Unit

    definition classes: HashMap → MapLike → Builder → Growable
  34. def clearTable () : Unit

    attributes: protected
    definition classes: HashTable
  35. def clone () : HashMap[String, Set[Action]]

    This method creates and returns a copy of the receiver object.

    This method creates and returns a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    definition classes: MapLike → Cloneable → AnyRef
  36. def collect [B, That] (pf: PartialFunction[(String, Set[Action]), B])(implicit bf: CanBuildFrom[HashMap[String, Set[Action]], B, That]) : That

    definition classes: TraversableLike
  37. def companion : GenericCompanion[Iterable]

    definition classes: Iterable → Iterable → Traversable → Traversable → GenericTraversableTemplate
  38. def compose [A] (g: (A) ⇒ String) : (A) ⇒ Set[Action]

    definition classes: Function1
  39. def contains (key: String) : Boolean

    definition classes: MapLike
  40. def copyToArray [B >: A] (xs: Array[B], start: Int, len: Int) : Unit

    definition classes: IterableLike → TraversableLike → TraversableOnce
  41. def copyToArray [B >: A] (xs: Array[B]) : Unit

    definition classes: TraversableOnce
  42. def copyToArray [B >: A] (xs: Array[B], start: Int) : Unit

    definition classes: TraversableOnce
  43. def copyToBuffer [B >: A] (dest: Buffer[B]) : Unit

    definition classes: TraversableOnce
  44. def count (p: ((String, Set[Action])) ⇒ Boolean) : Int

    definition classes: TraversableOnce
  45. def default (key: String) : Set[Action]

    definition classes: MapLike
  46. def drop (n: Int) : HashMap[String, Set[Action]]

    definition classes: TraversableLike
  47. def dropRight (n: Int) : HashMap[String, Set[Action]]

    definition classes: IterableLike
  48. def dropWhile (p: ((String, Set[Action])) ⇒ Boolean) : HashMap[String, Set[Action]]

    definition classes: TraversableLike
  49. def elemEquals (key1: String, key2: String) : Boolean

    attributes: protected
    definition classes: HashTable
  50. def elemHashCode (key: String) : Int

    attributes: protected
    definition classes: HashTable
  51. def elements : Iterator[(String, Set[Action])]

    definition classes: IterableLike
      deprecated:
    1. use iterator' instead

  52. def empty : HashMap[String, Set[Action]]

    definition classes: HashMap → Map → Map → MapLike
  53. def entries : Iterator[Entry]

    attributes: protected
    definition classes: HashTable
      deprecated:
    1. use entriesIterator instead

  54. def entriesIterator : Iterator[Entry]

    attributes: protected
    definition classes: HashTable
  55. def entryExists (key: String, p: (Action) ⇒ Boolean) : Boolean

    definition classes: MultiMap
  56. def eq (arg0: AnyRef) : Boolean

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    The eq method implements an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation] on non-null instances of AnyRef: * It is reflexive: for any non-null instance x of type AnyRef, x.eq(x) returns true. * It is symmetric: for any non-null instances x and y of type AnyRef, x.eq(y) returns true if and only if y.eq(x) returns true. * It is transitive: for any non-null instances x, y, and z of type AnyRef if x.eq(y) returns true and y.eq(z) returns true, then x.eq(z) returns true.

    Additionally, the eq method has three other properties. * It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false. * For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false. * null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    arg0

    the object to compare against this object for reference equality.

    returns

    true if the argument is a reference to the receiver object; false otherwise.

    attributes: final
    definition classes: AnyRef
  57. def equals (that: Any) : Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    The default implementations of this method is an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation]: * It is reflexive: for any instance x of type Any, x.equals(x) should return true. * It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true. * It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

    If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override hashCode to ensure that objects that are "equal" (o1.equals(o2) returns true) hash to the same scala.Int (o1.hashCode.equals(o2.hashCode)).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    definition classes: MapLike → Equals → AnyRef → Any
  58. def exists (p: ((String, Set[Action])) ⇒ Boolean) : Boolean

    definition classes: IterableLike → TraversableLike → TraversableOnce
  59. def filter (p: ((String, Set[Action])) ⇒ Boolean) : HashMap[String, Set[Action]]

    definition classes: TraversableLike
  60. def filterKeys (p: (String) ⇒ Boolean) : Map[String, Set[Action]]

    definition classes: MapLike
  61. def filterNot (p: ((String, Set[Action])) ⇒ Boolean) : HashMap[String, Set[Action]]

    definition classes: MapLike → TraversableLike
  62. def finalize () : Unit

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    The details of when and if the finalize method are invoked, as well as the interaction between finalizeand non-local returns and exceptions, are all platform dependent.

    attributes: protected
    definition classes: AnyRef
  63. def find (p: ((String, Set[Action])) ⇒ Boolean) : Option[(String, Set[Action])]

    definition classes: IterableLike → TraversableLike → TraversableOnce
  64. def findEntry (key: String) : Entry

    attributes: protected
    definition classes: HashTable
  65. def first : (String, Set[Action])

    definition classes: IterableLike
      deprecated:
    1. use head' instead

  66. def firstOption : Option[(String, Set[Action])]

    definition classes: IterableLike
      deprecated:
    1. use headOption' instead

  67. def flatMap [B, That] (f: ((String, Set[Action])) ⇒ Traversable[B])(implicit bf: CanBuildFrom[HashMap[String, Set[Action]], B, That]) : That

    definition classes: TraversableLike → FilterMonadic
  68. def flatten [B] (implicit asTraversable: ((String, Set[Action])) ⇒ Traversable[B]) : Iterable[B]

    definition classes: GenericTraversableTemplate
  69. def foldLeft [B] (z: B)(op: (B, (String, Set[Action])) ⇒ B) : B

    definition classes: TraversableOnce
  70. def foldRight [B] (z: B)(op: ((String, Set[Action]), B) ⇒ B) : B

    definition classes: IterableLike → TraversableOnce
  71. def forall (p: ((String, Set[Action])) ⇒ Boolean) : Boolean

    definition classes: IterableLike → TraversableLike → TraversableOnce
  72. def foreach [C] (f: ((String, Set[Action])) ⇒ C) : Unit

    definition classes: HashMap → IterableLike → GenericTraversableTemplate → TraversableLike → TraversableOnce → FilterMonadic
  73. def foreachEntry [C] (f: (Entry) ⇒ C) : Unit

    attributes: protected final
    definition classes: HashTable
  74. def genericBuilder [B] : Builder[B, Iterable[B]]

    definition classes: GenericTraversableTemplate
  75. def get (key: String) : Option[Set[Action]]

    definition classes: HashMap → MapLike
  76. def getClass () : java.lang.Class[_]

    Returns a representation that corresponds to the dynamic class of the receiver object.

    Returns a representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object.

    attributes: final
    definition classes: AnyRef
  77. def getOrElse [B1 >: B] (key: String, default: ⇒ B1) : B1

    definition classes: MapLike
  78. def getOrElseUpdate (key: String, op: ⇒ Set[Action]) : Set[Action]

    definition classes: MapLike
  79. def groupBy [K] (f: ((String, Set[Action])) ⇒ K) : Map[K, HashMap[String, Set[Action]]]

    definition classes: TraversableLike
  80. def grouped (size: Int) : Iterator[HashMap[String, Set[Action]]]

    definition classes: IterableLike
  81. def hasDefiniteSize : Boolean

    definition classes: TraversableLike → TraversableOnce
  82. def hashCode () : Int

    Returns a hash code value for the object.

    Returns a hash code value for the object.

    The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

    returns

    the hash code value for the object.

    definition classes: MapLike → AnyRef → Any
  83. def head : (String, Set[Action])

    definition classes: IterableLike → TraversableLike
  84. def headOption : Option[(String, Set[Action])]

    definition classes: TraversableLike
  85. def improve (hcode: Int) : Int

    attributes: protected final
    definition classes: HashTable
  86. def index (hcode: Int) : Int

    attributes: protected final
    definition classes: HashTable
  87. def init : HashMap[String, Set[Action]]

    definition classes: TraversableLike
  88. def initialSize : Int

    attributes: protected
    definition classes: HashTable
  89. def initialThreshold : Int

    attributes: protected
    definition classes: HashTable
  90. def isDefinedAt (key: String) : Boolean

    definition classes: MapLike → PartialFunction
  91. def isEmpty : Boolean

    definition classes: MapLike → IterableLike → TraversableLike → TraversableOnce
  92. def isInstanceOf [T0] : Boolean

    This method is used to test whether the dynamic type of the receiver object is T0.

    This method is used to test whether the dynamic type of the receiver object is T0.

    Note that the test result of the test is modulo Scala's erasure semantics. Therefore the expression1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    attributes: final
    definition classes: Any
  93. def isTraversableAgain : Boolean

    attributes: final
    definition classes: TraversableLike → TraversableOnce
  94. def iterator : Iterator[(String, Set[Action])]

    definition classes: HashMap → MapLike → IterableLike
  95. def keySet : Set[String]

    definition classes: HashMap → MapLike
  96. def keys : Iterable[String]

    definition classes: MapLike
  97. def keysIterator : Iterator[String]

    definition classes: HashMap → MapLike
  98. def last : (String, Set[Action])

    definition classes: TraversableLike
  99. def lastOption : Option[(String, Set[Action])]

    definition classes: TraversableLike
  100. def lift : (String) ⇒ Option[Set[Action]]

    definition classes: PartialFunction
  101. def loadFactor : Int

    attributes: protected
    definition classes: HashTable
  102. val loadFactorDenum : Int(1000)

    attributes: protected final
    definition classes: HashTable
  103. def makeSet : Set[Action]

    attributes: protected
    definition classes: MultiMap
  104. def map [B, That] (f: ((String, Set[Action])) ⇒ B)(implicit bf: CanBuildFrom[HashMap[String, Set[Action]], B, That]) : That

    definition classes: TraversableLike → FilterMonadic
  105. def mapElements [C] (f: (Set[Action]) ⇒ C) : Map[String, C]

    definition classes: MapLike
      deprecated:
    1. use mapValues' instead

  106. def mapResult [NewTo] (f: (HashMap[String, Set[Action]]) ⇒ NewTo) : Builder[(String, Set[Action]), NewTo]

    definition classes: Builder
  107. def mapValues [C] (f: (Set[Action]) ⇒ C) : Map[String, C]

    definition classes: MapLike
  108. def max [B >: A] (implicit cmp: Ordering[B]) : (String, Set[Action])

    definition classes: TraversableOnce
  109. def min [B >: A] (implicit cmp: Ordering[B]) : (String, Set[Action])

    definition classes: TraversableOnce
  110. def mkString : String

    definition classes: TraversableOnce
  111. def mkString (sep: String) : String

    definition classes: TraversableOnce
  112. def mkString (start: String, sep: String, end: String) : String

    definition classes: TraversableOnce
  113. def ne (arg0: AnyRef) : Boolean

    o.ne(arg0) is the same as !(o.eq(arg0)).

    o.ne(arg0) is the same as !(o.eq(arg0)).

    arg0

    the object to compare against this object for reference dis-equality.

    returns

    false if the argument is not a reference to the receiver object; true otherwise.

    attributes: final
    definition classes: AnyRef
  114. def newBuilder : Builder[(String, Set[Action]), HashMap[String, Set[Action]]]

    attributes: protected[this]
    definition classes: MapLike → MapLike → TraversableLike → HasNewBuilder
  115. def nonEmpty : Boolean

    definition classes: TraversableOnce
  116. def notify () : Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  117. def notifyAll () : Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  118. def orElse [A1 <: A, B1 >: B] (that: PartialFunction[A1, B1]) : PartialFunction[A1, B1]

    definition classes: PartialFunction
  119. def partition (p: ((String, Set[Action])) ⇒ Boolean) : (HashMap[String, Set[Action]], HashMap[String, Set[Action]])

    definition classes: TraversableLike
  120. def product [B >: A] (implicit num: Numeric[B]) : B

    definition classes: TraversableOnce
  121. def projection : IterableView[(String, Set[Action]), HashMap[String, Set[Action]]]

    definition classes: IterableLike
      deprecated:
    1. use view' instead

  122. def put (key: String, value: Set[Action]) : Option[Set[Action]]

    definition classes: HashMap → MapLike
  123. def reduceLeft [B >: A] (op: (B, (String, Set[Action])) ⇒ B) : B

    definition classes: TraversableOnce
  124. def reduceLeftOption [B >: A] (op: (B, (String, Set[Action])) ⇒ B) : Option[B]

    definition classes: TraversableOnce
  125. def reduceRight [B >: A] (op: ((String, Set[Action]), B) ⇒ B) : B

    definition classes: IterableLike → TraversableOnce
  126. def reduceRightOption [B >: A] (op: ((String, Set[Action]), B) ⇒ B) : Option[B]

    definition classes: TraversableOnce
  127. def remove (key: String) : Option[Set[Action]]

    definition classes: HashMap → MapLike
  128. def removeBinding (key: String, value: Action) : ActionSet.this.type

    definition classes: MultiMap
  129. def removeEntry (key: String) : Entry

    attributes: protected
    definition classes: HashTable
  130. def removeKey (key: String) : Option[Set[Action]]

    definition classes: MapLike
      deprecated:
    1. Use remove' instead

  131. def repr : HashMap[String, Set[Action]]

    definition classes: TraversableLike
  132. def result () : HashMap[String, Set[Action]]

    definition classes: MapLike → Builder
  133. def retain (p: (String, Set[Action]) ⇒ Boolean) : ActionSet.this.type

    definition classes: MapLike
  134. def reversed : List[(String, Set[Action])]

    attributes: protected[this]
    definition classes: TraversableOnce
  135. def sameElements [B >: A] (that: Iterable[B]) : Boolean

    definition classes: IterableLike
  136. def scanLeft [B, That] (z: B)(op: (B, (String, Set[Action])) ⇒ B)(implicit bf: CanBuildFrom[HashMap[String, Set[Action]], B, That]) : That

    definition classes: TraversableLike
  137. def scanRight [B, That] (z: B)(op: ((String, Set[Action]), B) ⇒ B)(implicit bf: CanBuildFrom[HashMap[String, Set[Action]], B, That]) : That

    definition classes: TraversableLike
  138. def size : Int

    definition classes: HashMap → TraversableOnce
  139. def sizeHint (coll: scala.collection.TraversableLike[_, _], delta: Int) : Unit

    definition classes: Builder
  140. def sizeHint (size: Int) : Unit

    definition classes: Builder
  141. def sizeHintBounded (size: Int, boundingColl: scala.collection.TraversableLike[_, _]) : Unit

    definition classes: Builder
  142. def slice (from: Int, until: Int) : HashMap[String, Set[Action]]

    definition classes: IterableLike → TraversableLike
  143. def sliding [B >: A] (size: Int, step: Int) : Iterator[HashMap[String, Set[Action]]]

    definition classes: IterableLike
  144. def sliding [B >: A] (size: Int) : Iterator[HashMap[String, Set[Action]]]

    definition classes: IterableLike
  145. def span (p: ((String, Set[Action])) ⇒ Boolean) : (HashMap[String, Set[Action]], HashMap[String, Set[Action]])

    definition classes: TraversableLike
  146. def splitAt (n: Int) : (HashMap[String, Set[Action]], HashMap[String, Set[Action]])

    definition classes: TraversableLike
  147. def stringPrefix : String

    definition classes: MapLike → TraversableLike
  148. def sum [B >: A] (implicit num: Numeric[B]) : B

    definition classes: TraversableOnce
  149. def synchronized [T0] (arg0: T0) : T0

    attributes: final
    definition classes: AnyRef
  150. var table : Array[HashEntry[String, Entry]]

    attributes: protected
    definition classes: HashTable
  151. var tableSize : Int

    attributes: protected
    definition classes: HashTable
  152. def tail : HashMap[String, Set[Action]]

    definition classes: TraversableLike
  153. def take (n: Int) : HashMap[String, Set[Action]]

    definition classes: IterableLike → TraversableLike
  154. def takeRight (n: Int) : HashMap[String, Set[Action]]

    definition classes: IterableLike
  155. def takeWhile (p: ((String, Set[Action])) ⇒ Boolean) : HashMap[String, Set[Action]]

    definition classes: IterableLike → TraversableLike
  156. def thisCollection : Iterable[(String, Set[Action])]

    attributes: protected[this]
    definition classes: IterableLike → TraversableLike
  157. var threshold : Int

    attributes: protected
    definition classes: HashTable
  158. def toArray [B >: A] (implicit arg0: ClassManifest[B]) : Array[B]

    definition classes: TraversableOnce
  159. def toBuffer [B >: A] : Buffer[B]

    definition classes: TraversableOnce
  160. def toCollection (repr: HashMap[String, Set[Action]]) : Iterable[(String, Set[Action])]

    attributes: protected[this]
    definition classes: IterableLike → TraversableLike
  161. def toIndexedSeq [B >: A] : IndexedSeq[B]

    definition classes: TraversableOnce
  162. def toIterable : Iterable[(String, Set[Action])]

    definition classes: IterableLike → TraversableOnce
  163. def toIterator : Iterator[(String, Set[Action])]

    definition classes: TraversableLike → TraversableOnce
  164. def toList : List[(String, Set[Action])]

    definition classes: TraversableOnce
  165. def toMap [T, U] (implicit ev: <:<[(String, Set[Action]), (T, U)]) : Map[T, U]

    definition classes: TraversableOnce
  166. def toSeq : Seq[(String, Set[Action])]

    definition classes: IterableLike → TraversableOnce
  167. def toSet [B >: A] : Set[B]

    definition classes: TraversableOnce
  168. def toStream : Stream[(String, Set[Action])]

    definition classes: IterableLike → TraversableLike → TraversableOnce
  169. def toString () : String

    Returns a string representation of the object.

    Returns a string representation of the object.

    The default representation is platform dependent.

    returns

    a string representation of the object.

    definition classes: MapLike → TraversableLike → Function1 → AnyRef → Any
  170. def toTraversable : Traversable[(String, Set[Action])]

    definition classes: TraversableLike → TraversableOnce
  171. def transform (f: (String, Set[Action]) ⇒ Set[Action]) : ActionSet.this.type

    definition classes: MapLike
  172. def transpose [B] (implicit asTraversable: ((String, Set[Action])) ⇒ Traversable[B]) : Iterable[Iterable[B]]

    definition classes: GenericTraversableTemplate
  173. def unzip [A1, A2] (implicit asPair: ((String, Set[Action])) ⇒ (A1, A2)) : (Iterable[A1], Iterable[A2])

    definition classes: GenericTraversableTemplate
  174. def update (key: String, value: Set[Action]) : Unit

    definition classes: HashMap → MapLike
  175. def updated [B1 >: B] (key: String, value: B1) : Map[String, B1]

    definition classes: MapLike → MapLike
  176. def values : Iterable[Set[Action]]

    definition classes: HashMap → MapLike
  177. def valuesIterator : Iterator[Set[Action]]

    definition classes: HashMap → MapLike
  178. def view (from: Int, until: Int) : IterableView[(String, Set[Action]), HashMap[String, Set[Action]]]

    definition classes: IterableLike → TraversableLike
  179. def view : IterableView[(String, Set[Action]), HashMap[String, Set[Action]]]

    definition classes: IterableLike → TraversableLike
  180. def wait () : Unit

    attributes: final
    definition classes: AnyRef
  181. def wait (arg0: Long, arg1: Int) : Unit

    attributes: final
    definition classes: AnyRef
  182. def wait (arg0: Long) : Unit

    attributes: final
    definition classes: AnyRef
  183. def withFilter (p: ((String, Set[Action])) ⇒ Boolean) : FilterMonadic[(String, Set[Action]), HashMap[String, Set[Action]]]

    definition classes: TraversableLike → FilterMonadic
  184. def zip [A1 >: A, B, That] (that: Iterable[B])(implicit bf: CanBuildFrom[HashMap[String, Set[Action]], (A1, B), That]) : That

    definition classes: IterableLike
  185. def zipAll [B, A1 >: A, That] (that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[HashMap[String, Set[Action]], (A1, B), That]) : That

    definition classes: IterableLike
  186. def zipWithIndex [A1 >: A, That] (implicit bf: CanBuildFrom[HashMap[String, Set[Action]], (A1, Int), That]) : That

    definition classes: IterableLike

Inherited from MultiMap[String, Action]

Inherited from HashMap[String, Set[Action]]

Inherited from HashTable[String]

Inherited from Map[String, Set[Action]]

Inherited from MapLike[String, Set[Action], HashMap[String, Set[Action]]]

Inherited from Cloneable[HashMap[String, Set[Action]]]

Inherited from Shrinkable[String]

Inherited from Builder[(String, Set[Action]), HashMap[String, Set[Action]]]

Inherited from Growable[(String, Set[Action])]

Inherited from Map[String, Set[Action]]

Inherited from MapLike[String, Set[Action], HashMap[String, Set[Action]]]

Inherited from Subtractable[String, HashMap[String, Set[Action]]]

Inherited from PartialFunction[String, Set[Action]]

Inherited from (String) ⇒ Set[Action]

Inherited from Iterable[(String, Set[Action])]

Inherited from Iterable[(String, Set[Action])]

Inherited from IterableLike[(String, Set[Action]), HashMap[String, Set[Action]]]

Inherited from Equals

Inherited from Traversable[(String, Set[Action])]

Inherited from Mutable

Inherited from Traversable[(String, Set[Action])]

Inherited from GenericTraversableTemplate[(String, Set[Action]), Iterable]

Inherited from TraversableLike[(String, Set[Action]), HashMap[String, Set[Action]]]

Inherited from TraversableOnce[(String, Set[Action])]

Inherited from FilterMonadic[(String, Set[Action]), HashMap[String, Set[Action]]]

Inherited from HasNewBuilder[(String, Set[Action]), HashMap[String, Set[Action]]]

Inherited from AnyRef

Inherited from Any