|
Scala Library Documentation
|
|
scala/collection/mutable/Script.scala]
class
Script[A]
extends ArrayBuffer[Message[A]] with Message[A]| Values and Variables inherited from ResizableArray | |
| initialSize, array, size0 |
| Method Summary | |
override def
|
hashCode
: Int
The hashCode method always yields an error, since it is not
safe to use buffers as keys in hash tables.
|
override def
|
toString : String |
| Methods inherited from ArrayBuffer | |
| +=, ++=, ++=, +:, apply, ++:, insertAll, update, remove, clear, clone, equals, stringPrefix |
| Methods inherited from ResizableArray | |
| length, copyToArray, copyToBuffer, elements, ensureSize, swap, copy |
| Methods inherited from Buffer | |
| +, ++=, ++, ++, -=, append, appendAll, prepend, prependAll, insert, trimStart, trimEnd, << |
| Methods inherited from Seq | |
| size, isEmpty, concat, ++, isDefinedAt, lastIndexOf, map, flatMap, filter, take, drop, takeWhile, dropWhile, reverse, contains, slice, subseq, toArray |
| Methods inherited from Iterable | |
| foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, sameElements, toList, mkString, mkString, addString, addString, projection, hasDefiniteSize |
| Methods inherited from PartialFunction | |
| orElse, andThen |
| Methods inherited from Function1 | |
| compose |
| Methods inherited from AnyRef | |
| getClass, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
override
def
toString : String
override
def
hashCode : Int
|
Scala Library Documentation
|
|