public static final class InfinispanCollections.EmptyMap extends AbstractMap<Object,Object>
Modifier and Type | Class and Description |
---|---|
static class |
InfinispanCollections.EmptyMap.EmptyMapExternalizer |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
EmptyMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Object,Object>> |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<Object> |
keySet() |
int |
size() |
Collection<Object> |
values() |
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public int size()
public boolean isEmpty()
public boolean containsKey(Object key)
containsKey
in interface Map<Object,Object>
containsKey
in class AbstractMap<Object,Object>
public boolean containsValue(Object value)
containsValue
in interface Map<Object,Object>
containsValue
in class AbstractMap<Object,Object>
public Collection<Object> values()
public int hashCode()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.