Class ObjectMap.Entries<K,V>
java.lang.Object
zombie.entity.util.ObjectMap.Entries<K,V>
- All Implemented Interfaces:
Iterable<ObjectMap.Entry<K,,V>> Iterator<ObjectMap.Entry<K,V>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
Entries
-
-
Method Details
-
next
-
hasNext
public boolean hasNext() -
iterator
-
reset
public void reset() -
remove
-