org.infinispan.util
Class FastCopyHashMap.EntrySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Map.Entry<K,V>>
org.infinispan.util.FastCopyHashMap.EntrySet
- All Implemented Interfaces:
- Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
- Enclosing class:
- FastCopyHashMap<K,V>
public class FastCopyHashMap.EntrySet
- extends AbstractSet<Map.Entry<K,V>>
FastCopyHashMap.EntrySet
public FastCopyHashMap.EntrySet()
iterator
public Iterator<Map.Entry<K,V>> iterator()
- Specified by:
iterator
in interface Iterable<Map.Entry<K,V>>
- Specified by:
iterator
in interface Collection<Map.Entry<K,V>>
- Specified by:
iterator
in interface Set<Map.Entry<K,V>>
- Specified by:
iterator
in class AbstractCollection<Map.Entry<K,V>>
contains
public boolean contains(Object o)
- Specified by:
contains
in interface Collection<Map.Entry<K,V>>
- Specified by:
contains
in interface Set<Map.Entry<K,V>>
- Overrides:
contains
in class AbstractCollection<Map.Entry<K,V>>
clear
public void clear()
- Specified by:
clear
in interface Collection<Map.Entry<K,V>>
- Specified by:
clear
in interface Set<Map.Entry<K,V>>
- Overrides:
clear
in class AbstractCollection<Map.Entry<K,V>>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Collection<Map.Entry<K,V>>
- Specified by:
isEmpty
in interface Set<Map.Entry<K,V>>
- Overrides:
isEmpty
in class AbstractCollection<Map.Entry<K,V>>
size
public int size()
- Specified by:
size
in interface Collection<Map.Entry<K,V>>
- Specified by:
size
in interface Set<Map.Entry<K,V>>
- Specified by:
size
in class AbstractCollection<Map.Entry<K,V>>
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.