Class LongIntHashMap.KeysContainer

java.lang.Object
org.apache.lucene.internal.hppc.LongIntHashMap.KeysContainer
All Implemented Interfaces:
Iterable<LongCursor>
Enclosing class:
LongIntHashMap

public final class LongIntHashMap.KeysContainer extends Object implements Iterable<LongCursor>
A view of the keys inside this hash map.
  • Constructor Details

    • KeysContainer

      public KeysContainer()
  • Method Details