Class IntHashMap.ValueIterator

java.lang.Object
IntHashMap<V>.HashIterator<V>
org.jruby.util.collections.IntHashMap.ValueIterator
All Implemented Interfaces:
Iterator<V>
Enclosing class:
IntHashMap<V>

private class IntHashMap.ValueIterator extends IntHashMap<V>.HashIterator<V>
  • Constructor Details

    • ValueIterator

      private ValueIterator()
  • Method Details

    • next

      public V next()