UNPKG

ecol

Version:
16 lines 692 B
export * from "./basic/CollectionEvent"; export * from "./basic/ICollection"; export * from "./basic/IEventDispatcher"; export * from "./basic/EventDispatcher"; export * from "./linear/ArrayCollection"; export * from "./linear/DequeCollection"; export * from "./linear/ListCollection"; export * from "./sets/TreeSetCollection"; export * from "./sets/TreeMultiSetCollection"; export * from "./sets/HashSetCollection"; export * from "./sets/HashMultiSetCollection"; export * from "./maps/TreeMapCollection"; export * from "./maps/TreeMultiMapCollection"; export * from "./maps/HashMapCollection"; export * from "./maps/HashMultiMapCollection"; //# sourceMappingURL=index.d.ts.map