Package org.apache.lucene.internal.hppc
Class LongObjectHashMap.KeysContainer
java.lang.Object
org.apache.lucene.internal.hppc.LongObjectHashMap.KeysContainer
- All Implemented Interfaces:
- Iterable<LongCursor>
- Enclosing class:
- LongObjectHashMap<VType>
A view of the keys inside this hash map.
- 
Constructor Details- 
KeysContainerpublic KeysContainer()
 
- 
- 
Method Details- 
iterator- Specified by:
- iteratorin interface- Iterable<LongCursor>
 
- 
sizepublic int size()
- 
toArraypublic long[] toArray()
 
-