Class IntFloatHashMap.KeysContainer

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

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

    • KeysContainer

      public KeysContainer()
  • Method Details