com.twitter.util

SavedLocals

class SavedLocals extends ArrayBuffer[com.twitter.util.SavedLocal[_]]

linear super types: ArrayBuffer[com.twitter.util.SavedLocal[_]], ResizableArray[com.twitter.util.SavedLocal[_]], IndexedSeq[com.twitter.util.SavedLocal[_]], IndexedSeq[com.twitter.util.SavedLocal[_]], Builder[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], IndexedSeqOptimized[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], IndexedSeqOptimized[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], IndexedSeqLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], IndexedSeqLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], Buffer[com.twitter.util.SavedLocal[_]], BufferLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], Cloneable[ArrayBuffer[com.twitter.util.SavedLocal[_]]], Subtractable[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], Scriptable[com.twitter.util.SavedLocal[_]], Shrinkable[com.twitter.util.SavedLocal[_]], Growable[com.twitter.util.SavedLocal[_]], Seq[com.twitter.util.SavedLocal[_]], Seq[com.twitter.util.SavedLocal[_]], SeqLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], PartialFunction[Int, com.twitter.util.SavedLocal[_]], (Int) ⇒ com.twitter.util.SavedLocal[_], Iterable[com.twitter.util.SavedLocal[_]], Iterable[com.twitter.util.SavedLocal[_]], IterableLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], Equals, Traversable[com.twitter.util.SavedLocal[_]], Mutable, Traversable[com.twitter.util.SavedLocal[_]], GenericTraversableTemplate[com.twitter.util.SavedLocal[_], ArrayBuffer], TraversableLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], TraversableOnce[com.twitter.util.SavedLocal[_]], FilterMonadic[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], HasNewBuilder[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SavedLocals
  2. ArrayBuffer
  3. ResizableArray
  4. IndexedSeq
  5. IndexedSeq
  6. Builder
  7. IndexedSeqOptimized
  8. IndexedSeqOptimized
  9. IndexedSeqLike
  10. IndexedSeqLike
  11. Buffer
  12. BufferLike
  13. Cloneable
  14. Subtractable
  15. Scriptable
  16. Shrinkable
  17. Growable
  18. Seq
  19. Seq
  20. SeqLike
  21. PartialFunction
  22. Function1
  23. Iterable
  24. Iterable
  25. IterableLike
  26. Equals
  27. Traversable
  28. Mutable
  29. Traversable
  30. GenericTraversableTemplate
  31. TraversableLike
  32. TraversableOnce
  33. FilterMonadic
  34. HasNewBuilder
  35. AnyRef
  36. Any
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Instance constructors

  1. new SavedLocals ()

Type Members

  1. type Self = ArrayBuffer[com.twitter.util.SavedLocal[_]]

    attributes: protected
    definition classes: TraversableLike

Value Members

  1. def != (arg0: AnyRef) : Boolean

    attributes: final
    definition classes: AnyRef
  2. def != (arg0: Any) : Boolean

    o != arg0 is the same as !(o == (arg0)).

    o != arg0 is the same as !(o == (arg0)).

    arg0

    the object to compare against this object for dis-equality.

    returns

    false if the receiver object is equivalent to the argument; true otherwise.

    attributes: final
    definition classes: Any
  3. def ## () : Int

    attributes: final
    definition classes: AnyRef → Any
  4. def $asInstanceOf [T0] () : T0

    attributes: final
    definition classes: AnyRef
  5. def $isInstanceOf [T0] () : Boolean

    attributes: final
    definition classes: AnyRef
  6. def + (elem1: com.twitter.util.SavedLocal[_], elem2: com.twitter.util.SavedLocal[_], elems: com.twitter.util.SavedLocal[_]*) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: BufferLike
      deprecated:
    1. Use ++= instead if you intend to add by side effect to an existing collection. Use clone() ++=' if you intend to create a new collection.

  7. def + (elem: com.twitter.util.SavedLocal[_]) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: BufferLike
      deprecated:
    1. Use += instead if you intend to add by side effect to an existing collection. Use clone() +=' if you intend to create a new collection.

  8. def ++ (xs: TraversableOnce[com.twitter.util.SavedLocal[_]]) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: BufferLike
  9. def ++ [B >: A, That] (that: TraversableOnce[B])(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: TraversableLike
  10. def ++: (xs: Traversable[com.twitter.util.SavedLocal[_]]) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    attributes: final
    definition classes: BufferLike
      deprecated:
    1. use ++=: instead

  11. def ++= (xs: TraversableOnce[com.twitter.util.SavedLocal[_]]) : SavedLocals.this.type

    definition classes: ArrayBuffer → Growable
  12. def ++= (src: Array[com.twitter.util.SavedLocal[_]], start: Int, len: Int) : Unit

    definition classes: BufferLike
      deprecated:
    1. replace by: buf ++= src.view(start, end)

  13. def ++=: (xs: TraversableOnce[com.twitter.util.SavedLocal[_]]) : SavedLocals.this.type

    definition classes: ArrayBuffer → BufferLike
  14. def +: (elem: com.twitter.util.SavedLocal[_]) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    attributes: final
    definition classes: BufferLike
      deprecated:
    1. use +=:' instead

  15. def +: [B >: A, That] (elem: B)(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: SeqLike
  16. def += (elem: com.twitter.util.SavedLocal[_]) : SavedLocals.this.type

    definition classes: ArrayBuffer → Builder → BufferLike → Growable
  17. def += (elem1: com.twitter.util.SavedLocal[_], elem2: com.twitter.util.SavedLocal[_], elems: com.twitter.util.SavedLocal[_]*) : SavedLocals.this.type

    definition classes: Growable
  18. def +=: (elem: com.twitter.util.SavedLocal[_]) : SavedLocals.this.type

    definition classes: ArrayBuffer → BufferLike
  19. def - (elem1: com.twitter.util.SavedLocal[_], elem2: com.twitter.util.SavedLocal[_], elems: com.twitter.util.SavedLocal[_]*) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: BufferLike → Subtractable
  20. def - (elem: com.twitter.util.SavedLocal[_]) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: BufferLike → Subtractable
  21. def -- (xs: TraversableOnce[com.twitter.util.SavedLocal[_]]) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: BufferLike → Subtractable
  22. def --= (xs: TraversableOnce[com.twitter.util.SavedLocal[_]]) : SavedLocals.this.type

    definition classes: Shrinkable
  23. def -= (x: com.twitter.util.SavedLocal[_]) : SavedLocals.this.type

    definition classes: BufferLike → Shrinkable
  24. def -= (elem1: com.twitter.util.SavedLocal[_], elem2: com.twitter.util.SavedLocal[_], elems: com.twitter.util.SavedLocal[_]*) : SavedLocals.this.type

    definition classes: Shrinkable
  25. def /: [B] (z: B)(op: (B, com.twitter.util.SavedLocal[_]) ⇒ B) : B

    definition classes: TraversableOnce
  26. def :+ [B >: A, That] (elem: B)(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: SeqLike
  27. def :\ [B] (z: B)(op: (com.twitter.util.SavedLocal[_], B) ⇒ B) : B

    definition classes: TraversableOnce
  28. def << (cmd: Message[com.twitter.util.SavedLocal[_]]) : Unit

    definition classes: BufferLike → Scriptable
  29. def == (arg0: AnyRef) : Boolean

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: AnyRef
  30. def == (arg0: Any) : Boolean

    o == arg0 is the same as o.equals(arg0).

    o == arg0 is the same as o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: Any
  31. def addString (b: StringBuilder) : StringBuilder

    definition classes: TraversableOnce
  32. def addString (b: StringBuilder, sep: String) : StringBuilder

    definition classes: TraversableOnce
  33. def addString (b: StringBuilder, start: String, sep: String, end: String) : StringBuilder

    definition classes: TraversableOnce
  34. def andThen [C] (k: (com.twitter.util.SavedLocal[_]) ⇒ C) : PartialFunction[Int, C]

    definition classes: PartialFunction → Function1
  35. def append (elems: com.twitter.util.SavedLocal[_]*) : Unit

    definition classes: BufferLike
  36. def appendAll (xs: TraversableOnce[com.twitter.util.SavedLocal[_]]) : Unit

    definition classes: BufferLike
  37. def apply (idx: Int) : com.twitter.util.SavedLocal[_]

    definition classes: ResizableArray → SeqLike → Function1
  38. var array : Array[AnyRef]

    attributes: protected
    definition classes: ResizableArray
  39. def asInstanceOf [T0] : T0

    This method is used to cast the receiver object to be of type T0.

    This method is used to cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expressionList(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    the receiver object.

    attributes: final
    definition classes: Any
  40. def canEqual (that: Any) : Boolean

    definition classes: IterableLike → Equals
  41. def clear () : Unit

    definition classes: ArrayBuffer → Builder → BufferLike → Growable
  42. def clone () : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    This method creates and returns a copy of the receiver object.

    This method creates and returns a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    definition classes: ArrayBuffer → Cloneable → AnyRef
  43. def collect [B, That] (pf: PartialFunction[com.twitter.util.SavedLocal[_], B])(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: TraversableLike
  44. def companion : GenericCompanion[ArrayBuffer]

    definition classes: ArrayBuffer → ResizableArray → IndexedSeq → IndexedSeq → Buffer → Seq → Seq → Iterable → Iterable → Traversable → Traversable → GenericTraversableTemplate
  45. def compose [A] (g: (A) ⇒ Int) : (A) ⇒ com.twitter.util.SavedLocal[_]

    definition classes: Function1
  46. def contains (elem: Any) : Boolean

    definition classes: SeqLike
  47. def containsSlice [B] (that: Seq[B]) : Boolean

    definition classes: SeqLike
  48. def copy (m: Int, n: Int, len: Int) : Unit

    attributes: protected
    definition classes: ResizableArray
  49. def copyToArray [B >: A] (xs: Array[B], start: Int, len: Int) : Unit

    definition classes: ResizableArray → IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce
  50. def copyToArray [B >: A] (xs: Array[B]) : Unit

    definition classes: TraversableOnce
  51. def copyToArray [B >: A] (xs: Array[B], start: Int) : Unit

    definition classes: TraversableOnce
  52. def copyToBuffer [B >: A] (dest: Buffer[B]) : Unit

    definition classes: TraversableOnce
  53. def corresponds [B] (that: Seq[B])(p: (com.twitter.util.SavedLocal[_], B) ⇒ Boolean) : Boolean

    definition classes: SeqLike
  54. def count (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : Int

    definition classes: TraversableOnce
  55. def diff [B >: A] (that: Seq[B]) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: SeqLike
  56. def distinct : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: SeqLike
  57. def drop (n: Int) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → TraversableLike
  58. def dropRight (n: Int) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → IterableLike
  59. def dropWhile (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → TraversableLike
  60. def elements : Iterator[com.twitter.util.SavedLocal[_]]

    definition classes: IterableLike
      deprecated:
    1. use iterator' instead

  61. def endsWith [B] (that: Seq[B]) : Boolean

    definition classes: IndexedSeqOptimized → SeqLike
  62. def ensureSize (n: Int) : Unit

    attributes: protected
    definition classes: ResizableArray
  63. def eq (arg0: AnyRef) : Boolean

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    The eq method implements an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation] on non-null instances of AnyRef: * It is reflexive: for any non-null instance x of type AnyRef, x.eq(x) returns true. * It is symmetric: for any non-null instances x and y of type AnyRef, x.eq(y) returns true if and only if y.eq(x) returns true. * It is transitive: for any non-null instances x, y, and z of type AnyRef if x.eq(y) returns true and y.eq(z) returns true, then x.eq(z) returns true.

    Additionally, the eq method has three other properties. * It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false. * For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false. * null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    arg0

    the object to compare against this object for reference equality.

    returns

    true if the argument is a reference to the receiver object; false otherwise.

    attributes: final
    definition classes: AnyRef
  64. def equals (that: Any) : Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    The default implementations of this method is an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation]: * It is reflexive: for any instance x of type Any, x.equals(x) should return true. * It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true. * It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

    If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override hashCode to ensure that objects that are "equal" (o1.equals(o2) returns true) hash to the same scala.Int (o1.hashCode.equals(o2.hashCode)).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    definition classes: SeqLike → Equals → AnyRef → Any
  65. def equalsWith [B] (that: Seq[B])(f: (com.twitter.util.SavedLocal[_], B) ⇒ Boolean) : Boolean

    definition classes: SeqLike
      deprecated:
    1. use corresponds instead

  66. def exists (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : Boolean

    definition classes: IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce
  67. def filter (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: TraversableLike
  68. def filterNot (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: TraversableLike
  69. def finalize () : Unit

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    The details of when and if the finalize method are invoked, as well as the interaction between finalizeand non-local returns and exceptions, are all platform dependent.

    attributes: protected
    definition classes: AnyRef
  70. def find (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : Option[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce
  71. def findIndexOf (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : Int

    definition classes: SeqLike
  72. def findLastIndexOf (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : Int

    definition classes: SeqLike
      deprecated:
    1. use lastIndexWhere instead

  73. def first : com.twitter.util.SavedLocal[_]

    definition classes: IterableLike
      deprecated:
    1. use head' instead

  74. def firstOption : Option[com.twitter.util.SavedLocal[_]]

    definition classes: IterableLike
      deprecated:
    1. use headOption' instead

  75. def flatMap [B, That] (f: (com.twitter.util.SavedLocal[_]) ⇒ Traversable[B])(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: TraversableLike → FilterMonadic
  76. def flatten [B] (implicit asTraversable: (com.twitter.util.SavedLocal[_]) ⇒ Traversable[B]) : ArrayBuffer[B]

    definition classes: GenericTraversableTemplate
  77. def foldLeft [B] (z: B)(op: (B, com.twitter.util.SavedLocal[_]) ⇒ B) : B

    definition classes: IndexedSeqOptimized → TraversableOnce
  78. def foldRight [B] (z: B)(op: (com.twitter.util.SavedLocal[_], B) ⇒ B) : B

    definition classes: IndexedSeqOptimized → IterableLike → TraversableOnce
  79. def forall (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : Boolean

    definition classes: IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce
  80. def foreach [U] (f: (com.twitter.util.SavedLocal[_]) ⇒ U) : Unit

    definition classes: ResizableArray → IndexedSeqOptimized → IterableLike → GenericTraversableTemplate → TraversableLike → TraversableOnce → FilterMonadic
  81. def genericBuilder [B] : Builder[B, ArrayBuffer[B]]

    definition classes: GenericTraversableTemplate
  82. def getClass () : java.lang.Class[_]

    Returns a representation that corresponds to the dynamic class of the receiver object.

    Returns a representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object.

    attributes: final
    definition classes: AnyRef
  83. def groupBy [K] (f: (com.twitter.util.SavedLocal[_]) ⇒ K) : Map[K, ArrayBuffer[com.twitter.util.SavedLocal[_]]]

    definition classes: TraversableLike
  84. def grouped (size: Int) : Iterator[ArrayBuffer[com.twitter.util.SavedLocal[_]]]

    definition classes: IterableLike
  85. def hasDefiniteSize : Boolean

    definition classes: TraversableLike → TraversableOnce
  86. def hashCode () : Int

    Returns a hash code value for the object.

    Returns a hash code value for the object.

    The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

    returns

    the hash code value for the object.

    definition classes: SeqLike → AnyRef → Any
  87. def head : com.twitter.util.SavedLocal[_]

    definition classes: IndexedSeqOptimized → IterableLike → TraversableLike
  88. def headOption : Option[com.twitter.util.SavedLocal[_]]

    definition classes: TraversableLike
  89. def indexOf [B >: A] (elem: B, from: Int) : Int

    definition classes: SeqLike
  90. def indexOf [B >: A] (elem: B) : Int

    definition classes: SeqLike
  91. def indexOfSlice [B >: A] (that: Seq[B], from: Int) : Int

    definition classes: SeqLike
  92. def indexOfSlice [B >: A] (that: Seq[B]) : Int

    definition classes: SeqLike
  93. def indexWhere (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean, from: Int) : Int

    definition classes: IndexedSeqOptimized → SeqLike
  94. def indexWhere (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : Int

    definition classes: SeqLike
  95. def indices : Range

    definition classes: SeqLike
  96. def init : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → TraversableLike
  97. val initialSize : Int

    attributes: protected
    definition classes: ArrayBuffer → ResizableArray
  98. def insert (n: Int, elems: com.twitter.util.SavedLocal[_]*) : Unit

    definition classes: BufferLike
  99. def insertAll (n: Int, seq: Traversable[com.twitter.util.SavedLocal[_]]) : Unit

    definition classes: ArrayBuffer → BufferLike
  100. def intersect [B >: A] (that: Seq[B]) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: SeqLike
  101. def isDefinedAt (idx: Int) : Boolean

    definition classes: SeqLike
  102. def isEmpty : Boolean

    definition classes: IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce
  103. def isInstanceOf [T0] : Boolean

    This method is used to test whether the dynamic type of the receiver object is T0.

    This method is used to test whether the dynamic type of the receiver object is T0.

    Note that the test result of the test is modulo Scala's erasure semantics. Therefore the expression1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    attributes: final
    definition classes: Any
  104. def isTraversableAgain : Boolean

    attributes: final
    definition classes: TraversableLike → TraversableOnce
  105. def iterator : Iterator[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqLike → IterableLike
  106. def last : com.twitter.util.SavedLocal[_]

    definition classes: IndexedSeqOptimized → TraversableLike
  107. def lastIndexOf [B >: A] (elem: B, end: Int) : Int

    definition classes: SeqLike
  108. def lastIndexOf [B >: A] (elem: B) : Int

    definition classes: SeqLike
  109. def lastIndexOfSlice [B >: A] (that: Seq[B], end: Int) : Int

    definition classes: SeqLike
  110. def lastIndexOfSlice [B >: A] (that: Seq[B]) : Int

    definition classes: SeqLike
  111. def lastIndexWhere (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean, end: Int) : Int

    definition classes: IndexedSeqOptimized → SeqLike
  112. def lastIndexWhere (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : Int

    definition classes: SeqLike
  113. def lastOption : Option[com.twitter.util.SavedLocal[_]]

    definition classes: TraversableLike
  114. def length : Int

    definition classes: ResizableArray → SeqLike
  115. def lengthCompare (len: Int) : Int

    definition classes: IndexedSeqOptimized → SeqLike
  116. def lift : (Int) ⇒ Option[com.twitter.util.SavedLocal[_]]

    definition classes: PartialFunction
  117. def map [B, That] (f: (com.twitter.util.SavedLocal[_]) ⇒ B)(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: TraversableLike → FilterMonadic
  118. def mapResult [NewTo] (f: (ArrayBuffer[com.twitter.util.SavedLocal[_]]) ⇒ NewTo) : Builder[com.twitter.util.SavedLocal[_], NewTo]

    definition classes: Builder
  119. def max [B >: A] (implicit cmp: Ordering[B]) : com.twitter.util.SavedLocal[_]

    definition classes: TraversableOnce
  120. def min [B >: A] (implicit cmp: Ordering[B]) : com.twitter.util.SavedLocal[_]

    definition classes: TraversableOnce
  121. def mkString : String

    definition classes: TraversableOnce
  122. def mkString (sep: String) : String

    definition classes: TraversableOnce
  123. def mkString (start: String, sep: String, end: String) : String

    definition classes: TraversableOnce
  124. def ne (arg0: AnyRef) : Boolean

    o.ne(arg0) is the same as !(o.eq(arg0)).

    o.ne(arg0) is the same as !(o.eq(arg0)).

    arg0

    the object to compare against this object for reference dis-equality.

    returns

    false if the argument is not a reference to the receiver object; true otherwise.

    attributes: final
    definition classes: AnyRef
  125. def newBuilder : Builder[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

    attributes: protected[this]
    definition classes: GenericTraversableTemplate → HasNewBuilder
  126. def nonEmpty : Boolean

    definition classes: TraversableOnce
  127. def notify () : Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  128. def notifyAll () : Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  129. def orElse [A1 <: A, B1 >: B] (that: PartialFunction[A1, B1]) : PartialFunction[A1, B1]

    definition classes: PartialFunction
  130. def padTo [B >: A, That] (len: Int, elem: B)(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: SeqLike
  131. def partition (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : (ArrayBuffer[com.twitter.util.SavedLocal[_]], ArrayBuffer[com.twitter.util.SavedLocal[_]])

    definition classes: TraversableLike
  132. def patch [B >: A, That] (from: Int, patch: Seq[B], replaced: Int)(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: SeqLike
  133. def prefixLength (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : Int

    definition classes: SeqLike
  134. def prepend (elems: com.twitter.util.SavedLocal[_]*) : Unit

    definition classes: BufferLike
  135. def prependAll (xs: TraversableOnce[com.twitter.util.SavedLocal[_]]) : Unit

    definition classes: BufferLike
  136. def product [B >: A] (implicit num: Numeric[B]) : B

    definition classes: TraversableOnce
  137. def projection : SeqView[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

    definition classes: SeqLike → IterableLike
      deprecated:
    1. use view' instead

  138. def readOnly : Seq[com.twitter.util.SavedLocal[_]]

    definition classes: BufferLike
  139. def reduceLeft [B >: A] (op: (B, com.twitter.util.SavedLocal[_]) ⇒ B) : B

    definition classes: IndexedSeqOptimized → TraversableOnce
  140. def reduceLeftOption [B >: A] (op: (B, com.twitter.util.SavedLocal[_]) ⇒ B) : Option[B]

    definition classes: TraversableOnce
  141. def reduceRight [B >: A] (op: (com.twitter.util.SavedLocal[_], B) ⇒ B) : B

    definition classes: IndexedSeqOptimized → IterableLike → TraversableOnce
  142. def reduceRightOption [B >: A] (op: (com.twitter.util.SavedLocal[_], B) ⇒ B) : Option[B]

    definition classes: TraversableOnce
  143. def reduceToSize (sz: Int) : Unit

    definition classes: ResizableArray
  144. def remove (n: Int) : com.twitter.util.SavedLocal[_]

    definition classes: ArrayBuffer → BufferLike
  145. def remove (n: Int, count: Int) : Unit

    definition classes: ArrayBuffer → BufferLike
  146. def repr : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: TraversableLike
  147. def restore () : Unit

  148. def result () : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: ArrayBuffer → Builder
  149. def reverse : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → SeqLike
  150. def reverseIterator : Iterator[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → SeqLike
  151. def reverseMap [B, That] (f: (com.twitter.util.SavedLocal[_]) ⇒ B)(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: SeqLike
  152. def reversed : List[com.twitter.util.SavedLocal[_]]

    attributes: protected[this]
    definition classes: TraversableOnce
  153. def reversedElements : Iterator[com.twitter.util.SavedLocal[_]]

    definition classes: SeqLike
      deprecated:
    1. use reverseIterator' instead

  154. def sameElements [B >: A] (that: Iterable[B]) : Boolean

    definition classes: IndexedSeqOptimized → IterableLike
  155. def scanLeft [B, That] (z: B)(op: (B, com.twitter.util.SavedLocal[_]) ⇒ B)(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: TraversableLike
  156. def scanRight [B, That] (z: B)(op: (com.twitter.util.SavedLocal[_], B) ⇒ B)(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: TraversableLike
  157. def segmentLength (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean, from: Int) : Int

    definition classes: IndexedSeqOptimized → SeqLike
  158. def size : Int

    definition classes: SeqLike → TraversableOnce
  159. var size0 : Int

    attributes: protected
    definition classes: ResizableArray
  160. def sizeHint (len: Int) : Unit

    definition classes: ArrayBuffer → Builder
  161. def sizeHint (coll: scala.collection.TraversableLike[_, _], delta: Int) : Unit

    definition classes: Builder
  162. def sizeHintBounded (size: Int, boundingColl: scala.collection.TraversableLike[_, _]) : Unit

    definition classes: Builder
  163. def slice (from: Int, until: Int) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → IterableLike → TraversableLike
  164. def sliding [B >: A] (size: Int, step: Int) : Iterator[ArrayBuffer[com.twitter.util.SavedLocal[_]]]

    definition classes: IterableLike
  165. def sliding [B >: A] (size: Int) : Iterator[ArrayBuffer[com.twitter.util.SavedLocal[_]]]

    definition classes: IterableLike
  166. def sortBy [B] (f: (com.twitter.util.SavedLocal[_]) ⇒ B)(implicit ord: Ordering[B]) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: SeqLike
  167. def sortWith (lt: (com.twitter.util.SavedLocal[_], com.twitter.util.SavedLocal[_]) ⇒ Boolean) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: SeqLike
  168. def sorted [B >: A] (implicit ord: Ordering[B]) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: SeqLike
  169. def span (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : (ArrayBuffer[com.twitter.util.SavedLocal[_]], ArrayBuffer[com.twitter.util.SavedLocal[_]])

    definition classes: IndexedSeqOptimized → TraversableLike
  170. def splitAt (n: Int) : (ArrayBuffer[com.twitter.util.SavedLocal[_]], ArrayBuffer[com.twitter.util.SavedLocal[_]])

    definition classes: IndexedSeqOptimized → TraversableLike
  171. def startsWith [B] (that: Seq[B], offset: Int) : Boolean

    definition classes: IndexedSeqOptimized → SeqLike
  172. def startsWith [B] (that: Seq[B]) : Boolean

    definition classes: SeqLike
  173. def stringPrefix : String

    definition classes: ArrayBuffer → BufferLike → TraversableLike
  174. def sum [B >: A] (implicit num: Numeric[B]) : B

    definition classes: TraversableOnce
  175. def swap (a: Int, b: Int) : Unit

    attributes: protected
    definition classes: ResizableArray
  176. def synchronized [T0] (arg0: T0) : T0

    attributes: final
    definition classes: AnyRef
  177. def tail : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → TraversableLike
  178. def take (n: Int) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → IterableLike → TraversableLike
  179. def takeRight (n: Int) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → IterableLike
  180. def takeWhile (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : ArrayBuffer[com.twitter.util.SavedLocal[_]]

    definition classes: IndexedSeqOptimized → IterableLike → TraversableLike
  181. def thisCollection : IndexedSeq[com.twitter.util.SavedLocal[_]]

    attributes: protected[this]
    definition classes: IndexedSeqLike → IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  182. def toArray [B >: A] (implicit arg0: ClassManifest[B]) : Array[B]

    definition classes: TraversableOnce
  183. def toBuffer [B >: A] : Buffer[B]

    definition classes: TraversableOnce
  184. def toCollection (repr: ArrayBuffer[com.twitter.util.SavedLocal[_]]) : IndexedSeq[com.twitter.util.SavedLocal[_]]

    attributes: protected[this]
    definition classes: IndexedSeqLike → IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  185. def toIndexedSeq [B >: A] : IndexedSeq[B]

    definition classes: TraversableOnce
  186. def toIterable : Iterable[com.twitter.util.SavedLocal[_]]

    definition classes: IterableLike → TraversableOnce
  187. def toIterator : Iterator[com.twitter.util.SavedLocal[_]]

    definition classes: TraversableLike → TraversableOnce
  188. def toList : List[com.twitter.util.SavedLocal[_]]

    definition classes: TraversableOnce
  189. def toMap [T, U] (implicit ev: <:<[com.twitter.util.SavedLocal[_], (T, U)]) : Map[T, U]

    definition classes: TraversableOnce
  190. def toSeq : Seq[com.twitter.util.SavedLocal[_]]

    definition classes: SeqLike → IterableLike → TraversableOnce
  191. def toSet [B >: A] : Set[B]

    definition classes: TraversableOnce
  192. def toStream : Stream[com.twitter.util.SavedLocal[_]]

    definition classes: IterableLike → TraversableLike → TraversableOnce
  193. def toString () : String

    Returns a string representation of the object.

    Returns a string representation of the object.

    The default representation is platform dependent.

    returns

    a string representation of the object.

    definition classes: SeqLike → TraversableLike → AnyRef → Any
  194. def toTraversable : Traversable[com.twitter.util.SavedLocal[_]]

    definition classes: TraversableLike → TraversableOnce
  195. def transpose [B] (implicit asTraversable: (com.twitter.util.SavedLocal[_]) ⇒ Traversable[B]) : ArrayBuffer[ArrayBuffer[B]]

    definition classes: GenericTraversableTemplate
  196. def trimEnd (n: Int) : Unit

    definition classes: BufferLike
  197. def trimStart (n: Int) : Unit

    definition classes: BufferLike
  198. def union [B >: A, That] (that: Seq[B])(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: SeqLike
  199. def unzip [A1, A2] (implicit asPair: (com.twitter.util.SavedLocal[_]) ⇒ (A1, A2)) : (ArrayBuffer[A1], ArrayBuffer[A2])

    definition classes: GenericTraversableTemplate
  200. def update (idx: Int, elem: com.twitter.util.SavedLocal[_]) : Unit

    definition classes: ResizableArray → IndexedSeqLike → Seq
  201. def updated [B >: A, That] (index: Int, elem: B)(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], B, That]) : That

    definition classes: SeqLike
  202. def view (from: Int, until: Int) : IndexedSeqView[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

    definition classes: IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  203. def view : IndexedSeqView[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

    definition classes: IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  204. def wait () : Unit

    attributes: final
    definition classes: AnyRef
  205. def wait (arg0: Long, arg1: Int) : Unit

    attributes: final
    definition classes: AnyRef
  206. def wait (arg0: Long) : Unit

    attributes: final
    definition classes: AnyRef
  207. def withFilter (p: (com.twitter.util.SavedLocal[_]) ⇒ Boolean) : FilterMonadic[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

    definition classes: TraversableLike → FilterMonadic
  208. def zip [A1 >: A, B, That] (that: Iterable[B])(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], (A1, B), That]) : That

    definition classes: IndexedSeqOptimized → IterableLike
  209. def zipAll [B, A1 >: A, That] (that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], (A1, B), That]) : That

    definition classes: IterableLike
  210. def zipWithIndex [A1 >: A, That] (implicit bf: CanBuildFrom[ArrayBuffer[com.twitter.util.SavedLocal[_]], (A1, Int), That]) : That

    definition classes: IndexedSeqOptimized → IterableLike

Inherited from ArrayBuffer[com.twitter.util.SavedLocal[_]]

Inherited from ResizableArray[com.twitter.util.SavedLocal[_]]

Inherited from IndexedSeq[com.twitter.util.SavedLocal[_]]

Inherited from IndexedSeq[com.twitter.util.SavedLocal[_]]

Inherited from Builder[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from IndexedSeqOptimized[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from IndexedSeqOptimized[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from IndexedSeqLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from IndexedSeqLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from Buffer[com.twitter.util.SavedLocal[_]]

Inherited from BufferLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from Cloneable[ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from Subtractable[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from Scriptable[com.twitter.util.SavedLocal[_]]

Inherited from Shrinkable[com.twitter.util.SavedLocal[_]]

Inherited from Growable[com.twitter.util.SavedLocal[_]]

Inherited from Seq[com.twitter.util.SavedLocal[_]]

Inherited from Seq[com.twitter.util.SavedLocal[_]]

Inherited from SeqLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from PartialFunction[Int, com.twitter.util.SavedLocal[_]]

Inherited from (Int) ⇒ com.twitter.util.SavedLocal[_]

Inherited from Iterable[com.twitter.util.SavedLocal[_]]

Inherited from Iterable[com.twitter.util.SavedLocal[_]]

Inherited from IterableLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from Equals

Inherited from Traversable[com.twitter.util.SavedLocal[_]]

Inherited from Mutable

Inherited from Traversable[com.twitter.util.SavedLocal[_]]

Inherited from GenericTraversableTemplate[com.twitter.util.SavedLocal[_], ArrayBuffer]

Inherited from TraversableLike[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from TraversableOnce[com.twitter.util.SavedLocal[_]]

Inherited from FilterMonadic[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from HasNewBuilder[com.twitter.util.SavedLocal[_], ArrayBuffer[com.twitter.util.SavedLocal[_]]]

Inherited from AnyRef

Inherited from Any