![]() |
Smalltalk/X WebserverDocumentation of class 'UnboxedIntegerArray': |
|
|
Class: UnboxedIntegerArrayInheritance:Object | +--Collection | +--SequenceableCollection | +--ArrayedCollection | +--UninterpretedBytes | +--AbstractNumberVector | +--UnboxedIntegerArray | +--IntegerArray | +--LongIntegerArray | +--SignedIntegerArray | +--SignedLongIntegerArray | +--SignedWordArray | +--WordArray
Description:An abstract superclass for all unboxed integer classes. In contrast to normal arrays (which store pointers to their elements), unboxedIntegerArrays store the values in a dense & compact way. Since the representation fits corresponding underlying C-language representations, these are also useful to pass bulk data to c primitive code. Related information:ByteArray WordArray BooleanArray FloatArray DoubleArray Array IntegerArray LongIntegerArray SignedLongIntegerArray Class protocol:instance creation
Instance protocol:printing
|
|
|
ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Wed, 06 Dec 2023 04:47:29 GMT
|