KeyType - The type of the key in the map.protected static class AbstractLogNumberMap.SimpleEntrySet<KeyType> extends java.util.AbstractSet<AbstractLogNumberMap.SimpleEntry<KeyType>>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<KeyType,LogNumber> |
map
Backing map
|
| Constructor and Description |
|---|
SimpleEntrySet(java.util.Map<KeyType,LogNumber> map)
Creates a new instance of SimpleEntrySet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<AbstractLogNumberMap.SimpleEntry<KeyType>> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic java.util.Iterator<AbstractLogNumberMap.SimpleEntry<KeyType>> iterator()
iterator in interface java.lang.Iterable<AbstractLogNumberMap.SimpleEntry<KeyType>>iterator in interface java.util.Collection<AbstractLogNumberMap.SimpleEntry<KeyType>>iterator in interface java.util.Set<AbstractLogNumberMap.SimpleEntry<KeyType>>iterator in class java.util.AbstractCollection<AbstractLogNumberMap.SimpleEntry<KeyType>>public int size()
size in interface java.util.Collection<AbstractLogNumberMap.SimpleEntry<KeyType>>size in interface java.util.Set<AbstractLogNumberMap.SimpleEntry<KeyType>>size in class java.util.AbstractCollection<AbstractLogNumberMap.SimpleEntry<KeyType>>