daehwan2yo / dig-up-kotlin

1 stars 0 forks source link

Collection & MutableCollection #8

Open daehwan2yo opened 1 year ago

daehwan2yo commented 1 year ago

Collection

A generic collection of elements. Methods in this interface support only-read access to the collection

Mutable Collection

A generic collection of elements that supports read/write (adding and removing elements)

IMG_653BE3777154-1