2021-06-03 09:05:38 +02:00
|
|
|
=== on 28 Mar 2017, 09:38:41 Valeri Hristov wrote:
|
2021-06-02 20:44:38 +02:00
|
|
|
The JAVA implementation checks for certain verbs in the method name:
|
|
|
|
|
|
|
|
|
|
|
|
* "remove"
|
|
|
|
* "delete"
|
|
|
|
* "put"
|
|
|
|
* "set"
|
|
|
|
* "add"
|
|
|
|
* "pop"
|
|
|
|
* "update"
|
|
|
|
* "retain"
|
|
|
|
|
|
|
|
We could add a few more too:
|
|
|
|
|
|
|
|
* "insert"
|
|
|
|
* "push"
|
|
|
|
* "append"
|
|
|
|
* "clear"
|
|
|
|
* "dequeue"
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-06-03 09:05:38 +02:00
|
|
|
=== on 22 May 2017, 14:22:31 Michal Barczyk wrote:
|
2021-06-02 20:44:38 +02:00
|
|
|
Also added "dispose"
|
|
|
|
|
|
|
|
include::../comments-and-links.adoc[]
|