Collection.st
changeset 21631 b0e8d73f8f49
parent 21624 af43e7ea1bf4
child 21647 a27784bdb210
--- a/Collection.st	Tue Mar 07 21:01:42 2017 +0100
+++ b/Collection.st	Thu Mar 09 10:25:19 2017 +0100
@@ -753,6 +753,14 @@
     self at:aKey put:(self at:aKey ifAbsent:[0])+count.
 !
 
+keys
+    "return the keys of the collection."
+
+    ^ self subclassResponsibility
+
+    "Created: / 09-03-2017 / 10:24:18 / cg"
+!
+
 keysSorted
     "return the keys as a sorted sequenceable collection.
      Some collections (which keep their keys already sorted) may