文件名称:Android代码-kotlinx.collections.immutable
文件大小:247KB
文件格式:ZIP
更新时间:2022-08-25 17:11:30
Android代码
Immutable Collections Library for Kotlin Immutable collection interfaces and implementation prototypes for Kotlin. For further details see the proposal. Prototype implementation is based on pcollections (Copyright 2015 The pcollections Authors.) What's in this library Interfaces and implementations This library provides interfaces for immutable persistent collections: Interface Bases Implementations ImmutableCollection Collection ImmutableList ImmutableCollection, List immutableList