A module for collections.
You can find here the following mutable collection types:
Along with concrete implementations for each:
Packages | |
ceylon.collection |
Interfaces | |
MutableList | A mutable Linked List |
MutableMap | Mutable map |
MutableSet | Mutable set |
Classes | |
HashMap | Map implementation that uses hashing |
HashSet | Set that uses a Hashing implementation. |
LinkedList | A mutable Linked List |