Module org.apache.lucene.core
Package org.apache.lucene.internal.hppc
Class IntFloatHashMap.KeysContainer
- java.lang.Object
-
- org.apache.lucene.internal.hppc.IntFloatHashMap.KeysContainer
-
- All Implemented Interfaces:
java.lang.Iterable<IntCursor>
- Enclosing class:
- IntFloatHashMap
public final class IntFloatHashMap.KeysContainer extends java.lang.Object implements java.lang.Iterable<IntCursor>
A view of the keys inside this hash map.
-
-
Constructor Summary
Constructors Constructor Description KeysContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<IntCursor>
iterator()
int
size()
int[]
toArray()
-