org.infinispan.util
Class FastCopyHashMap.EntrySet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<Map.Entry<K,V>>
          extended by 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>>


Constructor Summary
FastCopyHashMap.EntrySet()
           
 
Method Summary
 void clear()
           
 boolean contains(Object o)
           
 boolean isEmpty()
           
 Iterator<Map.Entry<K,V>> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, remove, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, containsAll, remove, retainAll, toArray, toArray
 

Constructor Detail

FastCopyHashMap.EntrySet

public FastCopyHashMap.EntrySet()
Method Detail

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 © 2011 JBoss, a division of Red Hat. All Rights Reserved.