Uses of Interface
com.koloboke.collect.ObjCollection

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

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

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

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

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