Class LongMap.Entries<V>
java.lang.Object
zombie.entity.util.LongMap.Entries<V>
- All Implemented Interfaces:
Iterable<LongMap.Entry<V>>
,Iterator<LongMap.Entry<V>>
public static class LongMap.Entries<V>
extends Object
implements Iterable<LongMap.Entry<V>>, Iterator<LongMap.Entry<V>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, 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, remove