ceylon.collection
A module for collections
Packages | |
---|---|
Package | Description |
ceylon.collection |
ceylon.collection
Interfaces | |
---|---|
Modifier and Type | Description |
shared MutableList<Element> | A mutable Linked List |
shared MutableMap<Key,Item> | Mutable map |
shared MutableSet<Element> | Mutable set |
Classes | |
---|---|
Modifier and Type | Description |
shared HashMap<Key,Item> | Map implementation that uses hashing |
shared HashSet<Element> | Set that uses a Hashing implementation. |
shared LinkedList<Element> | A mutable Linked List |