Uses of Interface
net.openhft.koloboke.collect.map.IntObjCursor

Packages that use IntObjCursor
net.openhft.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
 

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

Methods in net.openhft.koloboke.collect.map that return IntObjCursor
 IntObjCursor<V> IntObjMap.cursor()
          Returns a new cursor over the entries of this map.