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, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods 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
-