Class ObjectIntHashMap.KeyValuesView

All Implemented Interfaces:
Iterable<ObjectIntPair<K>>, InternalIterable<ObjectIntPair<K>>, LazyIterable<ObjectIntPair<K>>, RichIterable<ObjectIntPair<K>>
Enclosing class:
ObjectIntHashMap<K>

private class ObjectIntHashMap.KeyValuesView extends AbstractLazyIterable<ObjectIntPair<K>>
  • Constructor Details

    • KeyValuesView

      private KeyValuesView()
  • Method Details