|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.cal.module.Cal.Collections.CAL_Array.TypeConstructors
public static final class CAL_Array.TypeConstructors
This inner class (TypeConstructors) contains constants and methods related to binding to CAL TypeConstructors in the Cal.Collections.Array module.
| Field Summary | |
|---|---|
static QualifiedName |
Array
Array is a polymorphic, immutable (i.e. purely functional) array type. |
| Constructor Summary | |
|---|---|
CAL_Array.TypeConstructors()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final QualifiedName Array
Array is a polymorphic, immutable (i.e. purely functional) array type. It is strict in its element
values i.e. when an Array a value is created, all elements of the array are evaluated to weak-head
normal form.
Array offers constant time access to its elements. In addition, Array uses an unboxed representation
of elements whenever possible. So for example, for Array Cal.Core.Prelude.Int, the underlying representation is the
Java primitive array [int].
| Constructor Detail |
|---|
public CAL_Array.TypeConstructors()
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||