public abstract class BuilderMapEntryCollection<Key>
extends java.util.AbstractCollection<java.util.Map.Entry<Key,java.lang.Integer>>
| Constructor and Description |
|---|
BuilderMapEntryCollection(java.util.Collection<Key> keys) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
getValue(Key key) |
java.util.Iterator<java.util.Map.Entry<Key,java.lang.Integer>> |
iterator() |
protected abstract int |
setValue(Key key,
int value) |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic BuilderMapEntryCollection(@Nonnull
java.util.Collection<Key> keys)
@Nonnull public java.util.Iterator<java.util.Map.Entry<Key,java.lang.Integer>> iterator()
iterator in interface java.lang.Iterable<java.util.Map.Entry<Key,java.lang.Integer>>iterator in interface java.util.Collection<java.util.Map.Entry<Key,java.lang.Integer>>iterator in class java.util.AbstractCollection<java.util.Map.Entry<Key,java.lang.Integer>>public int size()
protected abstract int getValue(@Nonnull
Key key)
protected abstract int setValue(@Nonnull
Key key,
int value)