org.openstreetmap.josm.data.osm
Class Storage.FMap<K>
java.lang.Object
org.openstreetmap.josm.data.osm.Storage.FMap<K>
- All Implemented Interfaces:
- java.util.Map<K,T>
- Enclosing class:
- Storage<T>
private class Storage.FMap<K>
- extends java.lang.Object
- implements java.util.Map<K,T>
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Field Summary |
(package private) Hash<K,? super T> |
fHash
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
fHash
Hash<K,? super T> fHash
Storage.FMap
private Storage.FMap(Hash<K,? super T> h)
size
public int size()
- Specified by:
size
in interface java.util.Map<K,T>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface java.util.Map<K,T>
containsKey
public boolean containsKey(java.lang.Object o)
- Specified by:
containsKey
in interface java.util.Map<K,T>
containsValue
public boolean containsValue(java.lang.Object value)
- Specified by:
containsValue
in interface java.util.Map<K,T>
get
public T get(java.lang.Object o)
- Specified by:
get
in interface java.util.Map<K,T>
put
public T put(K key,
T value)
- Specified by:
put
in interface java.util.Map<K,T>
remove
public T remove(java.lang.Object o)
- Specified by:
remove
in interface java.util.Map<K,T>
putAll
public void putAll(java.util.Map<? extends K,? extends T> m)
- Specified by:
putAll
in interface java.util.Map<K,T>
clear
public void clear()
- Specified by:
clear
in interface java.util.Map<K,T>
keySet
public java.util.Set<K> keySet()
- Specified by:
keySet
in interface java.util.Map<K,T>
values
public java.util.Collection<T> values()
- Specified by:
values
in interface java.util.Map<K,T>
entrySet
public java.util.Set<java.util.Map.Entry<K,T>> entrySet()
- Specified by:
entrySet
in interface java.util.Map<K,T>
JOSM