Package org.apache.lucene.internal.hppc
Class CharObjectHashMap.KeysContainer
- java.lang.Object
-
- org.apache.lucene.internal.hppc.CharObjectHashMap.KeysContainer
-
- All Implemented Interfaces:
Iterable<CharCursor>
- Enclosing class:
- CharObjectHashMap<VType>
public final class CharObjectHashMap.KeysContainer extends Object implements Iterable<CharCursor>
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 Iterator<CharCursor>
iterator()
int
size()
char[]
toArray()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<CharCursor> iterator()
- Specified by:
iterator
in interfaceIterable<CharCursor>
-
size
public int size()
-
toArray
public char[] toArray()
-
-