Package org.jruby.util.collections
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()(package private) IntHashMap.Entry<V>voidremove()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, next
-
Field Details
-
next
IntHashMap.Entry<V> next -
index
int index
-
-
Constructor Details
-
HashIterator
HashIterator()
-
-
Method Details