public abstract class SimpleMap<K,V>
extends java.util.AbstractMap<K,V>
| Constructor and Description |
|---|
SimpleMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(java.lang.Object key) |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
abstract V |
get(java.lang.Object key) |
protected abstract java.util.Iterator<K> |
keys() |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.