public class EventuallyConsistentMapImpl<K,V> extends Object implements org.onosproject.store.service.EventuallyConsistentMap<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(org.onosproject.store.service.EventuallyConsistentMapListener<K,V> listener) |
void |
clear() |
boolean |
containsKey(K key) |
boolean |
containsValue(V value) |
void |
destroy() |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(K key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
void |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
void |
remove(K key) |
void |
remove(K key,
V value) |
void |
removeListener(org.onosproject.store.service.EventuallyConsistentMapListener<K,V> listener) |
int |
size() |
Collection<V> |
values() |
public int size()
public boolean isEmpty()
public boolean containsKey(K key)
public boolean containsValue(V value)
public void remove(K key)
public void clear()
public Collection<V> values()
public void addListener(org.onosproject.store.service.EventuallyConsistentMapListener<K,V> listener)
public void removeListener(org.onosproject.store.service.EventuallyConsistentMapListener<K,V> listener)
Copyright © 2015. All rights reserved.