SpecificIterableFactory
- Type parameters:
- A
Type of elements (e.g.
Int
,Boolean
, etc.)- C
Type of collection (e.g.
List[Int]
,TreeMap[Int, String]
, etc.)
- Source:
- Factory.scala
object ValueSet.type
object BitSet.type
object BitSet.type
object WrappedString.type
object BitSet.type
object DoubleAccumulator.type
object IntAccumulator.type
object LongAccumulator.type
Value members
Abstract methods
Get a Builder for the collection.
Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer.
Building collections with fromSpecific
is preferred because it can be lazy for lazy collections.
- Source:
- Factory.scala
Concrete methods
Inherited methods
- Value parameters:
- it
Source collection
- Returns:
A collection of type
C
containing the same elements as the source collectionit
.- Inherited from:
- Factory
- Source:
- Factory.scala