Module org.apache.lucene.core
Package org.apache.lucene.util.hppc
Class IntIntHashMap.ValuesContainer
java.lang.Object
org.apache.lucene.util.hppc.IntIntHashMap.IntContainer
org.apache.lucene.util.hppc.IntIntHashMap.ValuesContainer
- All Implemented Interfaces:
Iterable<IntIntHashMap.IntCursor>
- Enclosing class:
- IntIntHashMap
A view over the set of values of this map.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.util.hppc.IntIntHashMap.IntContainer
size, toArray
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ValuesContainer
private ValuesContainer()
-
-
Method Details
-
iterator
-