AutoResizingOrderedCollection.st
changeset 3700 02b6eebda3de
parent 3698 13b4c1bb2897
child 4134 19fc23e191de
--- a/AutoResizingOrderedCollection.st	Sat Jan 16 15:16:56 2016 +0100
+++ b/AutoResizingOrderedCollection.st	Sat Jan 16 15:16:57 2016 +0100
@@ -32,6 +32,12 @@
 "
 ! !
 
+!AutoResizingOrderedCollection class methodsFor:'instance creation'!
+
+newWithDefaultValue:defaultValue
+    ^ AutoResizingOrderedCollectionWithDefault new setDefaultValue:defaultValue
+! !
+
 !AutoResizingOrderedCollection methodsFor:'accessing'!
 
 at:index