Packages

class List[T] extends Iterable[T]

Linear Supertypes
Iterable[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. List
  2. Iterable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new List(setToCopy: Set[T])
  2. new List(listToCopy: List[T])
  3. new List()

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. def add(index: Integer, listElement: T): Unit
  5. def add(listElement: T): Unit
  6. def addAll(fromSet: Set[T]): Unit
  7. def addAll(fromList: List[T]): Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clear(): Unit
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def clone$(): List[T]
  12. def contains(listElement: T): Boolean
  13. def deepClone(preserveId: Boolean, preserveReadonlyTimestamps: Boolean, preserveAutonumber: Boolean): List[T]
  14. def deepClone(preserveId: Boolean, preserveReadonlyTimestamps: Boolean): List[T]
  15. def deepClone(preserveId: Boolean): List[T]
  16. def deepClone(): List[T]
  17. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  18. def equals(other: List[T]): Boolean
  19. def equals(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def get(index: Integer): T
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getSObjectType(): SObjectType
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode$(): Integer
  26. def indexOf(listElement: T): Integer
  27. def isEmpty(): Boolean
  28. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  29. def iterator(): Iterator[T]
    Definition Classes
    ListIterable
  30. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def remove(index: Integer): T
  34. def set(index: Integer, listElement: T): Unit
  35. def size(): Integer
  36. def sort(): Unit
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  39. def toString$(): String
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Iterable[T]

Inherited from AnyRef

Inherited from Any

Ungrouped