28 lines
394 B
Plaintext
28 lines
394 B
Plaintext
![]() |
=== On 2017-03-28T09:38:41Z Valeri Hristov Wrote:
|
||
|
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"
|
||
|
|
||
|
|
||
|
|
||
|
=== On 2017-05-22T14:22:31Z Michal Barczyk Wrote:
|
||
|
Also added "dispose"
|
||
|
|
||
|
include::../comments-and-links.adoc[]
|