-
Notifications
You must be signed in to change notification settings - Fork 136
Dexx and cyclops collections
johnmcclean-aol edited this page Nov 28, 2016
·
2 revisions
- Also see Scala and cyclops collections
- Also see Clojure and cyclops collections
- Also see JavaSlang and cyclops collections
Dexx collection | cyclops-scala | pcollections interface | JDK Interface | Description |
---|---|---|---|---|
List | DexxPStack | PStack | List | PStackX : extended persistent linkedlist |
Vector | DexxPVector | PVector | List | PVectorX : extended persistent ArrayList |
HashSet | DexxPSet | PSet | Set | PSetX : extended Persistent Set |
TreeSet | DexxPOrderedSet | POrderedSet | SortedSet | POrderedSetX : extended Persistent Ordered Set |
oops - my bad