public static class Short2IntMaps.UnmodifyableEntrySet extends ObjectSets.UnmodifiableSet<Short2IntMap.Entry>
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(java.util.function.Consumer<? super Short2IntMap.Entry> action) |
ObjectIterator<Short2IntMap.Entry> |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
add, addAll, addAll, clear, contains, containsAll, containsAll, containsAny, containsAny, isEmpty, remove, removeAll, removeAll, removeIf, retainAll, retainAll, size, toArray, toArrayequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayaddAll, containsAll, containsAny, containsAny, removeAll, retainAllpublic void forEach(java.util.function.Consumer<? super Short2IntMap.Entry> action)
public ObjectIterator<Short2IntMap.Entry> iterator()
ObjectCollectioniterator in interface java.lang.Iterable<Short2IntMap.Entry>iterator in interface java.util.Collection<Short2IntMap.Entry>iterator in interface java.util.Set<Short2IntMap.Entry>iterator in interface ObjectCollection<Short2IntMap.Entry>iterator in interface ObjectIterable<Short2IntMap.Entry>iterator in interface ObjectSet<Short2IntMap.Entry>iterator in class ObjectCollections.UnmodifiableCollection<Short2IntMap.Entry>Collection.iterator()