Koloboke Collections 1.0 API

This library is a carefully designed and efficient extension of the Java Collections Framework with primitive specializations and more.

See: Description

Packages 
Package Description
com.koloboke.collect
The root package of the collection library.
com.koloboke.collect.hash
Contains basic interfaces and commonly used classes related to containers, based on hash tables.
com.koloboke.collect.map
Contains interfaces of Map specializations, their factories and cursors.
com.koloboke.collect.map.hash
Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods.
com.koloboke.collect.set
Contains interfaces of Set specializations and their factories.
com.koloboke.collect.set.hash
Contains interfaces of Set specializations, based on hash tables, their factories and static factory methods.
com.koloboke.function
The complete set of functional interfaces, following java.util.function scheme.