-
Notifications
You must be signed in to change notification settings - Fork 137
Clojure and cyclops collections
johnmcclean-aol edited this page Nov 28, 2016
·
1 revision
- Also see Scala and cyclops collections
- Also see JavaSlang and cyclops collections
- Also see Dexx and cyclops collections
| Clojure collection | cyclops-clojure | pcollections interface | JDK Interface | Description |
|---|---|---|---|---|
| PersistentList | ClourePStack | PStack | List | PStackX : extended persistent linkedlist |
| PersistentVector | ClojurePVector | PVector | List | PVectorX : extended persistent ArrayList |
| PersistentQueue | ClojurePQueue | PQueue | Queue | PQueueX : extended Persistent Queue |
| PersistentHashSet | ClojureHashPSet | PSet | Set | PSetX : extended Persistent Set |
| PersistentTreeSet | ClojureTreePOrderedSet | POrderedSet | SortedSet | POrderedSetX : extended Persistent Ordered Set |
| PersistentArrayMap | ClojureArrayPMap | PMap | Map | PMapX : extended Persistent Map |
| PersistentTreeMap | ClojureTreePMap | PMap | Map | PMapX : extended Persistent Map |
| PersistentHashMap | ClojureHashPMap | PMap | Map | PMapX : extended Persistent Map |
oops - my bad