JSPM

  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q56230F
  • License MIT

Misc TS data structures such as Sets, Maps and Collections

Package Exports

  • ts-data-collections
  • ts-data-collections/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ts-data-collections) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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