MappedCollection.st
changeset 906 30c1ab2aee8d
parent 904 f4791de2295b
child 2967 9ebb5e9a705a
--- a/MappedCollection.st	Tue Aug 22 15:52:00 2000 +0200
+++ b/MappedCollection.st	Tue Aug 22 15:57:19 2000 +0200
@@ -149,20 +149,18 @@
 
 !MappedCollection methodsFor:'queries'!
 
-species
-    ^ domain species
-! !
-
-!MappedCollection methodsFor:'testing'!
-
 size
     "return the number of elements in the receiver"
 
     ^ map size
+!
+
+species
+    ^ domain species
 ! !
 
 !MappedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/MappedCollection.st,v 1.17 2000-08-22 13:48:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/MappedCollection.st,v 1.18 2000-08-22 13:57:10 cg Exp $'
 ! !