scala.collection.JavaConversions
A method that should be called from every well-designed equals method that is open to be overridden in a subclass
This method is used to compare the receiver object (this
)
with the argument object (arg0
) for equivalence
Returns a hash code value for the object
return k for a product A(x_1,
def
productElement(arg0: Int): Any
for a product A(x_1,
def
productElements: Iterator[Any]
def
productIterator: Iterator[Any]
An iterator that returns all fields of this product
def
productPrefix: String
By default the empty string
def
remove(i: Int): A
def
remove(arg0: Any): Boolean
def
removeAll(arg0: java.util.Collection[_]): Boolean
def
retainAll(arg0: java.util.Collection[_]): Boolean
def
set(i: Int, elem: A): A
def
size(): Int
def
subList(arg0: Int, arg1: Int): List[A]
def
toArray[T](arg0: Array[T]): Array[T]
def
toArray(): Array[AnyRef]
def
toString(): String
Returns a string representation of the object
val
underlying: Buffer[A]
Instance constructors
-
new
MutableBufferWrapper(underlying: Buffer[A])