Uses of Class
com.carrotsearch.hppc.cursors.ObjectObjectCursor
-
Packages that use ObjectObjectCursor Package Description com.carrotsearch.hppc -
-
Uses of ObjectObjectCursor in com.carrotsearch.hppc
Fields in com.carrotsearch.hppc declared as ObjectObjectCursor Modifier and Type Field Description private ObjectObjectCursor<KType,VType>
ObjectObjectHashMap.EntryIterator. cursor
Methods in com.carrotsearch.hppc that return ObjectObjectCursor Modifier and Type Method Description protected ObjectObjectCursor<KType,VType>
ObjectObjectHashMap.EntryIterator. fetch()
Methods in com.carrotsearch.hppc that return types with arguments of type ObjectObjectCursor Modifier and Type Method Description java.util.Iterator<ObjectObjectCursor<KType,VType>>
ObjectObjectAssociativeContainer. iterator()
Returns a cursor over the entries (key-value pairs) in this map.java.util.Iterator<ObjectObjectCursor<KType,VType>>
ObjectObjectHashMap. iterator()
Returns a cursor over the entries (key-value pairs) in this map.Method parameters in com.carrotsearch.hppc with type arguments of type ObjectObjectCursor Modifier and Type Method Description int
ObjectObjectHashMap. putAll(java.lang.Iterable<? extends ObjectObjectCursor<? extends KType,? extends VType>> iterable)
Puts all key/value pairs from a given iterable into this map.int
ObjectObjectMap. putAll(java.lang.Iterable<? extends ObjectObjectCursor<? extends KType,? extends VType>> iterable)
Puts all keys from an iterable cursor to this map, replacing the values of existing keys, if such keys are present.
-