ts-data-collections
v6.3.4
Published
Misc TS data structures such as Sets, Maps and Collections
Downloads
688
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