checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 13 Nov 2001 13:18:07 +0100
changeset 1107 08b382d1c128
parent 1106 50a16e11b73a
child 1108 c3371dc1b8a6
checkin from browser
MethodFinder.st
--- a/MethodFinder.st	Tue Nov 13 13:00:40 2001 +0100
+++ b/MethodFinder.st	Tue Nov 13 13:18:07 2001 +0100
@@ -528,7 +528,7 @@
 
 "Collection"
         #("accessing" anyOne
-"testing" includes: includesAllOf: includesAnyOf: includesSubstringAnywhere: isEmpty isSequenceable occurrencesOf:
+"testing" includes: includesAllOf: includesAnyOf: includesSubstringAnywhere: isEmpty notEmpty isSequenceable occurrencesOf:
 "enumerating" collect: #'collect:thenSelect:' count: detect: #'detect:ifNone:' detectMax: detectMin: detectSum: #'inject:into:' reject: select: #'select:thenCollect:'
 "converting" asBag asCharacterSet asSet asSortedArray asSortedCollection asSortedCollection:
 "printing"
@@ -540,7 +540,14 @@
 
 "SequenceableCollection"
         #("comparing" hasEqualElements:
-"accessing" allButFirst allButLast at:ifAbsent: atAll: atPin: atRandom: atWrap: fifth first fourth identityIndexOf: #'identityIndexOf:ifAbsent:' indexOf: #'indexOf:ifAbsent:' #'indexOf:startingAt:ifAbsent:' #'indexOfSubCollection:startingAt:' #'indexOfSubCollection:startingAt:ifAbsent:' last second sixth third
+"accessing" allButFirst allButLast at:ifAbsent: atAll: atPin: atRandom: atWrap: 
+            fifth first fourth last second sixth third
+            identityIndexOf: #'identityIndexOf:ifAbsent:' #'identityIndexOf:startingAt:ifAbsent:'
+            indexOf:         #'indexOf:ifAbsent:' #'indexOf:startingAt:ifAbsent:' 
+            #'indexOfSubCollection:' 
+            #'indexOfSubCollection:startingAt:' 
+            #'indexOfSubCollection:startingAt:ifAbsent:' 
+
 "removing"
 "copying" , copyAfterLast: #'copyAt:put:' #'copyFrom:to:' #'copyReplaceAll:with:' #'copyReplaceFrom:to:with:' copyUpTo: copyUpToLast: copyWith: copyWithout: copyWithoutAll: #'forceTo:paddingWith:' shuffled sortBy:
 "enumerating" collectWithIndex: findFirst: findLast: pairsCollect: #'with:collect:' withIndexCollect: polynomialEval:
@@ -573,7 +580,7 @@
 MethodFinder new organizationFiltered: Set
 "
 
-    "Modified: / 13.11.2001 / 12:39:22 / cg"
+    "Modified: / 13.11.2001 / 13:10:05 / cg"
 !
 
 initialize2
@@ -1142,5 +1149,5 @@
 !MethodFinder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.6 2001-11-13 12:00:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.7 2001-11-13 12:18:07 cg Exp $'
 ! !