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:
java.lang.Iterable<IntIntHashMap.IntCursor>
- Enclosing class:
- IntIntHashMap
private final class IntIntHashMap.ValuesContainer extends IntIntHashMap.IntContainer
A view over the set of values of this map.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ValuesContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<IntIntHashMap.IntCursor>
iterator()
-
Methods inherited from class org.apache.lucene.util.hppc.IntIntHashMap.IntContainer
size, toArray
-
-
-
-
Method Detail
-
iterator
public java.util.Iterator<IntIntHashMap.IntCursor> iterator()
-
-