Class ObjectIntHashMapWithHashingStrategy.KeyValuesView

java.lang.Object
org.eclipse.collections.impl.AbstractRichIterable<ObjectIntPair<K>>
org.eclipse.collections.impl.lazy.AbstractLazyIterable<ObjectIntPair<K>>
org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategy.KeyValuesView
All Implemented Interfaces:
Iterable<ObjectIntPair<K>>, InternalIterable<ObjectIntPair<K>>, LazyIterable<ObjectIntPair<K>>, RichIterable<ObjectIntPair<K>>
Enclosing class:
ObjectIntHashMapWithHashingStrategy<K>

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

    • KeyValuesView

      private KeyValuesView()
  • Method Details