scala.collection.jcl

object Buffer

[source: scala/collection/jcl/Buffer.scala]

object Buffer
extends AnyRef
Method Summary
def apply [T](list : java.util.List[T]) : BufferWrapper[T]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Class Summary
class Projection [A] extends Projection[A] with MutableProjection[A] with Projection0[A] with Buffer[A]
trait Projection0 [A] extends Projection[A] with Projection[A]
Method Details
def apply[T](list : java.util.List[T]) : BufferWrapper[T]