Uses of Interface
net.openhft.koloboke.collect.ByteCollection

Packages that use ByteCollection
net.openhft.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
net.openhft.koloboke.collect.set Contains interfaces of Set specializations and their factories. 
net.openhft.koloboke.collect.set.hash Contains interfaces of Set specializations, based on hash tables, their factories and static factory methods. 
 

Uses of ByteCollection in net.openhft.koloboke.collect.map
 

Methods in net.openhft.koloboke.collect.map that return ByteCollection
 ByteCollection ByteByteMap.values()
           
 ByteCollection CharByteMap.values()
           
 ByteCollection DoubleByteMap.values()
           
 ByteCollection FloatByteMap.values()
           
 ByteCollection IntByteMap.values()
           
 ByteCollection LongByteMap.values()
           
 ByteCollection ObjByteMap.values()
           
 ByteCollection ShortByteMap.values()
           
 

Uses of ByteCollection in net.openhft.koloboke.collect.set
 

Subinterfaces of ByteCollection in net.openhft.koloboke.collect.set
 interface ByteSet
          A Set specialization with byte elements.
 

Uses of ByteCollection in net.openhft.koloboke.collect.set.hash
 

Subinterfaces of ByteCollection in net.openhft.koloboke.collect.set.hash
 interface HashByteSet
          An interface for ByteSets, based on hash tables.