Uses of Class
org.apache.lucene.internal.hppc.IntLongHashMap.IntLongCursor
Packages that use IntLongHashMap.IntLongCursor
-
Uses of IntLongHashMap.IntLongCursor in org.apache.lucene.internal.hppc
Fields in org.apache.lucene.internal.hppc declared as IntLongHashMap.IntLongCursorModifier and TypeFieldDescriptionprivate final IntLongHashMap.IntLongCursor
IntLongHashMap.EntryIterator.cursor
Methods in org.apache.lucene.internal.hppc that return IntLongHashMap.IntLongCursorModifier and TypeMethodDescriptionprotected IntLongHashMap.IntLongCursor
IntLongHashMap.EntryIterator.fetch()
Methods in org.apache.lucene.internal.hppc that return types with arguments of type IntLongHashMap.IntLongCursorMethod parameters in org.apache.lucene.internal.hppc with type arguments of type IntLongHashMap.IntLongCursorModifier and TypeMethodDescriptionint
IntLongHashMap.putAll
(Iterable<? extends IntLongHashMap.IntLongCursor> iterable) Puts all key/value pairs from a given iterable into this map.