ValueType
- store typepublic class ObjectStoreToMapAdapter<ValueType extends Serializable> extends Object implements Map<Serializable,ValueType>
Constructor and Description |
---|
ObjectStoreToMapAdapter(ListableObjectStore<ValueType> listableObjectStore) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Serializable,ValueType>> |
entrySet()
This method is not supported for performance reasons
|
ValueType |
get(Object key) |
boolean |
isEmpty() |
Set<Serializable> |
keySet() |
ValueType |
put(Serializable key,
ValueType value) |
void |
putAll(Map<? extends Serializable,? extends ValueType> mapToAdd) |
ValueType |
remove(Object key) |
int |
size() |
Collection<ValueType> |
values()
This method is not supported for performance reasons
|
public ObjectStoreToMapAdapter(ListableObjectStore<ValueType> listableObjectStore)
public int size()
size
in interface Map<Serializable,ValueType extends Serializable>
public boolean isEmpty()
isEmpty
in interface Map<Serializable,ValueType extends Serializable>
public boolean containsKey(Object key)
containsKey
in interface Map<Serializable,ValueType extends Serializable>
public boolean containsValue(Object value)
containsValue
in interface Map<Serializable,ValueType extends Serializable>
public ValueType get(Object key)
get
in interface Map<Serializable,ValueType extends Serializable>
public ValueType put(Serializable key, ValueType value)
put
in interface Map<Serializable,ValueType extends Serializable>
public ValueType remove(Object key)
remove
in interface Map<Serializable,ValueType extends Serializable>
public void putAll(Map<? extends Serializable,? extends ValueType> mapToAdd)
putAll
in interface Map<Serializable,ValueType extends Serializable>
public void clear()
clear
in interface Map<Serializable,ValueType extends Serializable>
public Set<Serializable> keySet()
keySet
in interface Map<Serializable,ValueType extends Serializable>
public Collection<ValueType> values()
values
in interface Map<Serializable,ValueType extends Serializable>
public Set<Map.Entry<Serializable,ValueType>> entrySet()
entrySet
in interface Map<Serializable,ValueType extends Serializable>
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.