SqVertSeqLike
Common trait for Hverts and PolygonHC
Attributes
- Graph
-
- Supertypes
-
trait SeqLikeImutInt2[SqVert]trait SeqLikeImutIntN[SqVert]trait ArrayIntBackedtrait SeqLikeImutValueN[SqVert]trait SeqLikeBacked[SqVert]trait SeqLikeInt2[SqVert]trait SeqLikeIntN[SqVert]trait SeqLikeValueN[SqVert]class AnyShow all
- Known subtypes
-
class SqVertArr
Members list
Type members
Inherited and Abstract types
Gives the final type of this class.
Value members
Inherited methods
The length of the backing Array.
Accesses the specifying sequence element by a 0 based index. For Sequs this will an alternative name for apply.
Accesses the specifying sequence element by a 0 based index. For Sequs this will an alternative name for apply.
Attributes
- Definition Classes
- Inherited from:
- SeqLikeImutInt2
Checks if 2 values of the specifying sequence are equal.
Checks if 2 values of the specifying sequence are equal.
Attributes
- Definition Classes
- Inherited from:
- SeqLikeInt2
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
- Definition Classes
- Inherited from:
- SeqLikeImutInt2
Mutates an element in the Arr at the given index. This method should rarely be needed by end users, but is used by the initialisation and factory methods.
Mutates an element in the Arr at the given index. This method should rarely be needed by end users, but is used by the initialisation and factory methods.
Attributes
- Inherited from:
- SeqLikeBacked
The number of data elements in the defining sequence. These collections use underlying mutable Arrays and ArrayBuffers. The length of the underlying Array will be a multiple of this number. For Sequs this will be an alternative name for length.
The number of data elements in the defining sequence. These collections use underlying mutable Arrays and ArrayBuffers. The length of the underlying Array will be a multiple of this number. For Sequs this will be an alternative name for length.
Attributes
- Definition Classes
- Inherited from:
- SeqLikeImutInt2
Sets / mutates an element in the Arr at the given index. 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 at the given index. This method should rarely be needed by end users, but is used by the initialisation and factory methods.
Attributes
- Definition Classes
- Inherited from:
- SeqLikeImutInt2
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:
- SeqLikeBacked
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 from:
- SeqLikeImutIntN
Inherited and 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
- Inherited from:
- ArrayIntBacked
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
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
Constructs the final type of these SeqLikeImutIntN 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 SeqLikeImutIntN 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
- Inherited from:
- SeqLikeImutIntN