Class IntDoubleHashMap.KeysContainer

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

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

    • KeysContainer

      public KeysContainer()
  • Method Details