diff -r 3477a716f619 -r 02b6eebda3de AutoResizingOrderedCollection.st --- 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