scala.collection.mutable.Growable
See theGrowable companion object
This trait forms part of collections that can be augmented using a +=
operator and that can be cleared of all elements using a clear
method.
Attributes
- Companion
- object
- Source
- Growable.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait Buffer[A]class AbstractBuffer[A]class ArrayBuffer[A]class ArrayDeque[A]class Queue[A]class Stack[A]class ListBuffer[A]class UnrolledBuffer[T]trait IndexedBuffer[A]class LongMap[V]class SystemPropertiesclass PriorityQueue[A]class VectorBuilder[A]class ArrayBuilder[T]class ofBooleanclass ofByteclass ofCharclass ofDoubleclass ofFloatclass ofIntclass ofLongclass ofRef[T]class ofShortclass ofUnitclass LongMapBuilder[V]class StringBuilderclass HashSet[A]class LinkedHashSet[A]trait Set[A]class AbstractSet[A]class BitSetclass TreeSet[A]trait SortedSet[A]class AnyAccumulator[A]class DoubleAccumulatorclass IntAccumulatorclass LongAccumulator
Members list
In this article