Name |
Ceylon Collection Platform Module |
---|---|
Category |
SDK
The Ceylon SDK |
Backends | JVM JavaScript |
Maven coordinates | org.ceylon-lang:ceylon.collection |
Compatible Ceylon release |
JVM: 1.2.x, 1.3.x (latest) JavaScript: Unknown (10/0) |
Published | Mar 1, 2017 |
Stats |
Downloads (JVM): 16693 Downloads (JS): 561 Source downloads: 914 |
Authors |
Stéphane Épardaud |
License | Apache Software License |
Description |
Library providing general-purpose mutable lists, sets, and maps. The following interfaces define abstract mutable collection types:
These interfaces define abstract sorted collection types: In addition, dedicated These concrete implementations are provided:
The functions
Finally, |
Dependencies | |
Usage |
import ceylon.collection "1.3.2"; |
Module links |
Members Imported By Home Code repository Issue tracker Browse Download .car Download .js Download source archive Download module documentation View API documentation |