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