public class InputSupplierMap<K,V> extends AbstractMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InputSupplierMap(Map<K,com.google.common.io.InputSupplier<V>> toMap,
com.google.common.base.Function<V,com.google.common.io.InputSupplier<V>> putFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
V |
put(K key,
V value) |
V |
remove(Object key) |
int |
size() |
clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, valuespublic int size()
public boolean containsKey(Object key)
containsKey in interface Map<K,V>containsKey in class AbstractMap<K,V>public void clear()
Copyright © 2009-2012 jclouds. All Rights Reserved.