IntNSeqLike

ostrat.IntNSeqLike
trait IntNSeqLike[A <: IntNElem] extends ValueNSeqLike[A] with ArrayIntBacked

Attributes

Graph
Supertypes
trait ValueNSeqLike[A]
trait SeqLike[A]
class Any
Known subtypes
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]

Members list

Concise view

Type members

Types

type ThisT <: IntNSeqLike[A]

Gives the final type of this class.

Gives the final type of this class.

Attributes

Value members

Abstract methods

def fromArray(array: Array[Int]): ThisT

Constructs the final type of these IntNSeqLike from an Array[Int]. Mostly you will access this capability from the companion object or the appropriate builder, but it can be useful to access this from the class itself.

Constructs the final type of these IntNSeqLike from an Array[Int]. Mostly you will access this capability from the companion object or the appropriate builder, but it can be useful to access this from the class itself.

Attributes

def intBufferAppend(buffer: ArrayBuffer[Int], elem: A): Unit

Utility method to append element on to an ArrayBuffer[Int]. End users should rarely need to use this method.

Utility method to append element on to an ArrayBuffer[Int]. End users should rarely need to use this method.

Attributes

Concrete methods

final def unsafeSameSize(length: Int): ThisT

Method for creating a new Array[Int] backed collection class of this collection class's final type.

Method for creating a new Array[Int] backed collection class of this collection class's final type.

Attributes

Inherited methods

The number of atomic values, Ints, Doubles, Longs etc that specify / construct an element of this immutable flat Array based collection class.

The number of atomic values, Ints, Doubles, Longs etc that specify / construct an element of this immutable flat Array based collection class.

Attributes

Inherited from:
ValueNSeqLike

The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.

The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.

Attributes

Inherited from:
SeqLike
def fElemStr: (A) => String

Attributes

Inherited from:
SeqLike
def ssForeach[U](f: A => U): Unit

Performs a side effecting function on each element of the specifying sequence in order.

Performs a side effecting function on each element of the specifying sequence in order.

Attributes

Inherited from:
SeqLike
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
SeqLike -> Any
Inherited from:
SeqLike

String specifying the type of this object.

String specifying the type of this object.

Attributes

Inherited from:
SeqLike

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

Inherited from:
ArrayIntBacked
final def unsafeLength: Int

The length of the backing Array.

The length of the backing Array.

Attributes

Inherited from:
ArrayIntBacked
def unsafeSetElem(i: Int, newElem: A): Unit

Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Inherited from:
SeqLike
def unsafeSetElems(index: Int, elems: A*): Unit

Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Inherited from:
SeqLike