ArrayIntBacked

ostrat.ArrayIntBacked

Trait for Array[Int] backed classes. The purpose of this trait is to allow for collections of this class to be stored with their underlying Array[Int]s.

Attributes

Graph
Supertypes
class Any
Known subtypes
trait IntNSeqLike[A]
trait Int1SeqLike[A]
trait Int1Arr[A]
class Colours
class HStepArr
class HVDirnArr
class SqDirnArr
trait Int1SeqSpec[A]
trait Int2SeqLike[A]
trait Int2Arr[A]
class HCenArr
class HCoordArr
class HSideArr
class HVertArr
class SqCens
class SqVertArr
trait Int2SeqSpec[A]
trait LinePathInt2[A]
trait PolygonLikeInt2[VT]
class PolygonHC
trait Int3SeqLike[A]
trait Int3Arr[A]
trait Int3SeqSpec[A]
trait PolygonLikeInt3[VT]
trait Int4SeqLike[A]
trait Int4Arr[A]
trait Int4SeqSpec[A]
trait Int5SeqLike[A]
trait Int5Arr[A]
trait Int5SeqSpec[A]
trait Int6SeqLike[A]
trait Int6Arr[A]
trait Int6SeqSpec[A]
trait IntNArr[A]
trait IntNSeqSpec[A]
trait LinePathIntN[A]
trait PolygonLikeIntN[VT]
class HStepPath

Members list

Concise view

Value members

Abstract methods

The backing Array[Int] of this collection class. End users should not normally need to interact with this directly.

The backing Array[Int] of this collection class. End users should not normally need to interact with this directly.

Attributes

Concrete methods

final def unsafeLength: Int

The length of the backing Array.

The length of the backing Array.

Attributes