Contains Methode von Collection, Set, HashMap usw
-
Hallo zusammen.
ICh habe da eine Frage bezüglich der Contains Methode.
Nach welchem/welchen Kriterium wird die Contains Methode ausgeführt, das heisst was wird hier vergliechen.Danke BYE
-
Nach diesem hier:
Java API Dokumentation schrieb:
Returns true if this set contains the specified element. More formally, returns true if and only if this set contains an element e such that (o==null ? e==null : o.equals(e)).