Class IntHashMap.HashIterator<T>

java.lang.Object
org.jruby.util.collections.IntHashMap.HashIterator<T>
All Implemented Interfaces:
Iterator<T>
Direct Known Subclasses:
IntHashMap.EntryIterator, IntHashMap.KeyIterator, IntHashMap.ValueIterator
Enclosing class:
IntHashMap<V>

private abstract class IntHashMap.HashIterator<T> extends Object implements Iterator<T>
  • Field Details

  • Constructor Details

    • HashIterator

      HashIterator()
  • Method Details