#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Sat, 16 Jan 2016 15:14:45 +0100
changeset 3698 13b4c1bb2897
parent 3697 ce79c3f9facf
child 3699 3477a716f619
#DOCUMENTATION class: AutoResizingOrderedCollection comment/format in: #documentation
AutoResizingOrderedCollection.st
--- a/AutoResizingOrderedCollection.st	Sat Jan 16 15:14:19 2016 +0100
+++ b/AutoResizingOrderedCollection.st	Sat Jan 16 15:14:45 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libbasic2' }"
 
 "{ NameSpace: Smalltalk }"
@@ -19,6 +17,7 @@
     are added beyond the size. 
     I.e. if at:put: is sent for indexes > the current size, the receiver grows to
     the required index and missing fields are implicitly filled with nils.
+    Queries for non-existing elements are anwered with nil.
 "
 !