GnuSmalltalkUsersGuide:BaseChapter 092

From 흡혈양파의 번역工房
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
LargeArray

LargeArray

네임스페이스 Smalltalk에 정의됨

슈퍼클래스: LargeArrayedCollection

범주: 컬렉션-순차가능


나는 일반 배열과 비슷하지만 많은 항목이 nil일 때 메모리를 절약하도록 특별히 설계되었다.


LargeArray: 오버라이드되다

newCollection: size

주어진 크기의 Array를 생성하라.


Notes