fr.epardaud.collections
A module for collections
Packages | |
---|---|
Package | Description |
fr.epardaud.collections | fr.epardaud.collections |
fr.epardaud.collections
Interfaces | |
---|---|
Modifier and Type | Description |
shared MutableList<T> | 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<T> | A mutable Linked List |