org.infinispan.commands.read
Class KeySetCommand.ExpiredFilteredKeySet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<Object>
          extended by org.infinispan.commands.read.KeySetCommand.ExpiredFilteredKeySet
All Implemented Interfaces:
Iterable<Object>, Collection<Object>, Set<Object>
Enclosing class:
KeySetCommand

public static class KeySetCommand.ExpiredFilteredKeySet
extends AbstractSet<Object>


Constructor Summary
KeySetCommand.ExpiredFilteredKeySet(Set<Object> keySet, DataContainer container)
           
 
Method Summary
 boolean add(Object e)
           
 boolean addAll(Collection<? extends Object> c)
           
 void clear()
           
 Iterator<Object> iterator()
           
 boolean remove(Object o)
           
 boolean removeAll(Collection<?> c)
           
 boolean retainAll(Collection<?> c)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, 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
contains, containsAll, isEmpty, toArray, toArray
 

Constructor Detail

KeySetCommand.ExpiredFilteredKeySet

public KeySetCommand.ExpiredFilteredKeySet(Set<Object> keySet,
                                           DataContainer container)
Method Detail

add

public boolean add(Object e)
Specified by:
add in interface Collection<Object>
Specified by:
add in interface Set<Object>
Overrides:
add in class AbstractCollection<Object>

remove

public boolean remove(Object o)
Specified by:
remove in interface Collection<Object>
Specified by:
remove in interface Set<Object>
Overrides:
remove in class AbstractCollection<Object>

addAll

public boolean addAll(Collection<? extends Object> c)
Specified by:
addAll in interface Collection<Object>
Specified by:
addAll in interface Set<Object>
Overrides:
addAll in class AbstractCollection<Object>

retainAll

public boolean retainAll(Collection<?> c)
Specified by:
retainAll in interface Collection<Object>
Specified by:
retainAll in interface Set<Object>
Overrides:
retainAll in class AbstractCollection<Object>

removeAll

public boolean removeAll(Collection<?> c)
Specified by:
removeAll in interface Collection<Object>
Specified by:
removeAll in interface Set<Object>
Overrides:
removeAll in class AbstractSet<Object>

clear

public void clear()
Specified by:
clear in interface Collection<Object>
Specified by:
clear in interface Set<Object>
Overrides:
clear in class AbstractCollection<Object>

iterator

public Iterator<Object> iterator()
Specified by:
iterator in interface Iterable<Object>
Specified by:
iterator in interface Collection<Object>
Specified by:
iterator in interface Set<Object>
Specified by:
iterator in class AbstractCollection<Object>

size

public int size()
Specified by:
size in interface Collection<Object>
Specified by:
size in interface Set<Object>
Specified by:
size in class AbstractCollection<Object>

-->

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