CompanionArrInt5
ostrat.CompanionArrInt5
abstract class CompanionArrInt5[A <: Int5Elem, M <: ArrInt5[A]] extends CompanionSeqLikeIntN[A, M]
Class for the singleton companion objects of ArrInt5 final classes to extend.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an Array[Int].
This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an Array[Int].
Attributes
- Inherited from:
- CompanionSeqLikeIntN
Attributes
- Inherited from:
- CompanionSeqLikeIntN
This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an ArrayBuffer[Int].
This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an ArrayBuffer[Int].
Attributes
- Inherited from:
- CompanionSeqLikeIntN
Attributes
- Inherited from:
- CompanionSeqLikeIntN
returns a collection class of type ArrA, whose backing Array[Int] is uninitialised.
returns a collection class of type ArrA, whose backing Array[Int] is uninitialised.
Attributes
- Inherited from:
- CompanionSeqLikeIntN
In this article