Uses of Class
org.apache.lucene.util.hppc.IntIntHashMap.IntIntCursor
Packages that use IntIntHashMap.IntIntCursor
-
Uses of IntIntHashMap.IntIntCursor in org.apache.lucene.util.hppc
Methods in org.apache.lucene.util.hppc that return types with arguments of type IntIntHashMap.IntIntCursorMethod parameters in org.apache.lucene.util.hppc with type arguments of type IntIntHashMap.IntIntCursorModifier and TypeMethodDescriptionint
IntIntHashMap.putAll
(Iterable<? extends IntIntHashMap.IntIntCursor> iterable) Constructor parameters in org.apache.lucene.util.hppc with type arguments of type IntIntHashMap.IntIntCursorModifierConstructorDescriptionIntIntHashMap
(Iterable<? extends IntIntHashMap.IntIntCursor> container) Create a hash map from all key-value pairs of another container.