HFT Collections 0.5 API

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