| 
 | 
          Scala 1.3.0.7 | |||
| Method Summary | |
| 
        override | def hashCode(): IntThe hashCode method always yields an error, since it is not safe to use buffers as keys in hash tables. | 
| 
        override | def toString(): StringCustomizes the toStringmethod. | 
| Methods inherited from java/lang/Object-class | 
| eq, finalize, getClass, notify, notifyAll, synchronized, wait, wait, wait | 
| Methods inherited from scala/Any-class | 
| !=, ==, asInstanceOf, isInstanceOf, match | 
| Methods inherited from scala/Iterable-class | 
| /:, :\, exists, find, foldLeft, foldRight, forall, foreach, sameElements | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Methods inherited from scala/Seq-class | 
| 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.3.0.7 | |||