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

Packages that use ObjCollection
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 ObjCollection in net.openhft.koloboke.collect.map
 

Methods in net.openhft.koloboke.collect.map that return ObjCollection
 ObjCollection<V> ByteObjMap.values()
           
 ObjCollection<V> CharObjMap.values()
           
 ObjCollection<V> DoubleObjMap.values()
           
 ObjCollection<V> FloatObjMap.values()
           
 ObjCollection<V> IntObjMap.values()
           
 ObjCollection<V> LongObjMap.values()
           
 ObjCollection<V> ObjObjMap.values()
           
 ObjCollection<V> ShortObjMap.values()
           
 

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

Subinterfaces of ObjCollection in net.openhft.koloboke.collect.set
 interface ObjSet<E>
          A set of objects, the library's extension of the classic Set interface.
 

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

Subinterfaces of ObjCollection in net.openhft.koloboke.collect.set.hash
 interface HashObjSet<E>
          An interface for ObjSets, based on hash tables.