Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.util
Class InfinispanCollections.EmptyMap

java.lang.Object
  extended by java.util.AbstractMap<Object,Object>
      extended by org.infinispan.util.InfinispanCollections.EmptyMap
All Implemented Interfaces:
Map<Object,Object>
Enclosing class:
InfinispanCollections

public static final class InfinispanCollections.EmptyMap
extends AbstractMap<Object,Object>


Nested Class Summary
static class InfinispanCollections.EmptyMap.EmptyMapExternalizer
           
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
InfinispanCollections.EmptyMap()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, put, putAll, remove, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfinispanCollections.EmptyMap

public InfinispanCollections.EmptyMap()
Method Detail

size

public int size()
Specified by:
size in interface Map<Object,Object>
Overrides:
size in class AbstractMap<Object,Object>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Map<Object,Object>
Overrides:
isEmpty in class AbstractMap<Object,Object>

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map<Object,Object>
Overrides:
containsKey in class AbstractMap<Object,Object>

containsValue

public boolean containsValue(Object value)
Specified by:
containsValue in interface Map<Object,Object>
Overrides:
containsValue in class AbstractMap<Object,Object>

get

public Object get(Object key)
Specified by:
get in interface Map<Object,Object>
Overrides:
get in class AbstractMap<Object,Object>

keySet

public Set<Object> keySet()
Specified by:
keySet in interface Map<Object,Object>
Overrides:
keySet in class AbstractMap<Object,Object>

values

public Collection<Object> values()
Specified by:
values in interface Map<Object,Object>
Overrides:
values in class AbstractMap<Object,Object>

entrySet

public Set<Map.Entry<Object,Object>> entrySet()
Specified by:
entrySet in interface Map<Object,Object>
Specified by:
entrySet in class AbstractMap<Object,Object>

hashCode

public int hashCode()
Specified by:
hashCode in interface Map<Object,Object>
Overrides:
hashCode in class AbstractMap<Object,Object>

equals

public boolean equals(Object o)
Specified by:
equals in interface Map<Object,Object>
Overrides:
equals in class AbstractMap<Object,Object>

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.