public abstract class SimpleMap<K,V> extends AbstractMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
private AbstractSet<Map.Entry<K,V>> |
entries |
Constructor and Description |
---|
SimpleMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
Set<Map.Entry<K,V>> |
entrySet() |
abstract V |
get(Object key) |
protected abstract Iterator<K> |
keys() |
private AbstractSet<Map.Entry<K,V>> entries
public SimpleMap()
public final boolean containsKey(Object key)
containsKey
in interface Map<K,V>
containsKey
in class AbstractMap<K,V>
Copyright © 2015 eXo Platform SAS. All Rights Reserved.