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