org.infinispan.commands.read
Class ValuesCommand.ExpiredFilteredValues

java.lang.Object
  extended by java.util.AbstractCollection<Object>
      extended by org.infinispan.commands.read.ValuesCommand.ExpiredFilteredValues
All Implemented Interfaces:
Iterable<Object>, Collection<Object>
Enclosing class:
ValuesCommand

public static class ValuesCommand.ExpiredFilteredValues
extends AbstractCollection<Object>


Constructor Summary
ValuesCommand.ExpiredFilteredValues(Set<InternalCacheEntry> entrySet)
           
 
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.AbstractCollection
contains, containsAll, isEmpty, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

ValuesCommand.ExpiredFilteredValues

public ValuesCommand.ExpiredFilteredValues(Set<InternalCacheEntry> entrySet)
Method Detail

iterator

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

add

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

remove

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

addAll

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

retainAll

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

removeAll

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

clear

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

size

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

-->

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