public static class ValuesCommand.ExpiredFilteredValues extends AbstractCollection<Object>
Constructor and Description |
---|
ValuesCommand.ExpiredFilteredValues(Set<InternalCacheEntry> entrySet,
TimeService timeService) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Object e) |
boolean |
addAll(Collection<?> c) |
void |
clear() |
Iterator<Object> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
contains, containsAll, isEmpty, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public ValuesCommand.ExpiredFilteredValues(Set<InternalCacheEntry> entrySet, TimeService timeService)
public Iterator<Object> iterator()
iterator
in interface Iterable<Object>
iterator
in interface Collection<Object>
iterator
in class AbstractCollection<Object>
public boolean add(Object e)
add
in interface Collection<Object>
add
in class AbstractCollection<Object>
public boolean remove(Object o)
remove
in interface Collection<Object>
remove
in class AbstractCollection<Object>
public boolean addAll(Collection<?> c)
addAll
in interface Collection<Object>
addAll
in class AbstractCollection<Object>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<Object>
retainAll
in class AbstractCollection<Object>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<Object>
removeAll
in class AbstractCollection<Object>
public void clear()
clear
in interface Collection<Object>
clear
in class AbstractCollection<Object>
public int size()
size
in interface Collection<Object>
size
in class AbstractCollection<Object>
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.