Java org.apache.commons.collections.iterators EntrySetMapIterator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections.iterators EntrySetMapIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections.iterators EntrySetMapIterator.

The text is from its open source code.

Constructor

Method

ObjectgetValue()
Gets the current value, which is the value associated with the last key returned by next().
booleanhasNext()
Checks to see if there are more entries still to be iterated.
Objectnext()
Gets the next key from the Map.