Uses of Interface
com.koloboke.collect.ByteCollection

Packages that use ByteCollection
com.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
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. 
 

Uses of ByteCollection in com.koloboke.collect.map
 

Methods in com.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 com.koloboke.collect.set
 

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

Uses of ByteCollection in com.koloboke.collect.set.hash
 

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