jcornaz / collekt

Persistent (immutable) collections for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Efficient persistent set for Java 6

jcornaz opened this issue · comments

Dexx set implementation had to be removed in #37 because it doesn't support null elements.

So it is necessary to provide an alternative for Java 6.

Support for Java 6 platform is dropped (see #47 and #52)