ts-data-collections
v7.4.0
Published
Misc TS data structures such as Sets, Maps and Collections
Downloads
141
Maintainers
Readme
TS Data Collections
- Collections
- Lists: ArrayList, LinkedList
- Deque
- Stacks
- Queues
- Maps: HashMap, LinkedHashMap, OpenHashMap, SkipListMap, AvlTreeMap, SplayTreeMap
- Sets: HashSet, LinkedHashSet, OpenHashSet, SkipListSet, AvlTreeSet, SplayTreeSet
