Package org.jruby
Class RubyHash.BaseIterator
java.lang.Object
org.jruby.RubyHash.BaseIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
- RubyHash
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate RubyHash.RubyHashEntryprivate booleanprivate intprivate final RubyHash.EntryView -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
view
-
entry
-
peeking
private boolean peeking -
startGeneration
private int startGeneration
-
-
Constructor Details
-
BaseIterator
-
-
Method Details