|
Scala
1.4.0.3 |
|||
| 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
Customizes the toString method.
|
| Methods inherited from java/lang/Object-class |
| eq, finalize, getClass, ne, notify, notifyAll, synchronized, wait, wait, wait |
| Methods inherited from scala/Any-class |
| !=, ==, asInstanceOf, isInstanceOf, match |
| Methods inherited from scala/Iterable-class |
| /:, :\, concat, exists, find, foldLeft, foldRight, forall, foreach, sameElements |
| Methods inherited from scala/ScalaObject-class |
| getScalaType |
| Methods inherited from scala/Seq-class |
| concat, copyToArray, drop, indexOf, isDefinedAt, lastIndexOf, subseq, take, toList |
| Methods inherited from scala/collection/mutable/ArrayBuffer-class |
| +, ++, ++:, +:, apply, clear, clone, equals, insertAll, remove, stringPrefix, update |
| Methods inherited from scala/collection/mutable/Buffer-class |
| ++, ++=, ++=, +=, <<, append, appendAll, insert, prepend, prependAll, trimEnd, trimStart |
| Methods inherited from scala/collection/mutable/ResizableArray-class |
| array, copy, elements, ensureSize, initialSize, length, size, swap |
| Method Detail |
override def toString(): String
toString method.
override def hashCode(): Int
|
Scala
1.4.0.3 |
|||