Prepare Nit code for inherited and automatic constructors.
[nit.git] / lib / standard / abstract_collection.nit
index a1ad3f8..2ece03d 100644 (file)
@@ -360,7 +360,7 @@ special MapIterator[Int, E]
 end
 
 # Associatives arrays that internally uses couples to represent each (key, value) pairs.
-class CoupleMap[K, E]
+interface CoupleMap[K, E]
 special Map[K, E]
        # Return the couple of the corresponding key
        # Return null if the key is no associated element