Package org.apache.lucene.internal.hppc
Class IntLongHashMap.ValuesContainer
java.lang.Object
org.apache.lucene.internal.hppc.IntLongHashMap.ValuesContainer
- All Implemented Interfaces:
Iterable<LongCursor>
- Enclosing class:
IntLongHashMap
A view over the set of values of this map.
-
Constructor Details
-
ValuesContainer
public ValuesContainer()
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<LongCursor>
-
toArray
public long[] toArray()
-