public static class KeySetCommand.ExpiredFilteredKeySet extends AbstractSet<Object>
| Constructor and Description |
|---|
KeySetCommand.ExpiredFilteredKeySet(Set<Object> keySet,
DataContainer container) |
| 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() |
equals, hashCodecontains, containsAll, isEmpty, toArray, toArray, toStringpublic KeySetCommand.ExpiredFilteredKeySet(Set<Object> keySet, DataContainer container)
public boolean add(Object e)
add in interface Collection<Object>add in interface Set<Object>add in class AbstractCollection<Object>public boolean remove(Object o)
remove in interface Collection<Object>remove in interface Set<Object>remove in class AbstractCollection<Object>public boolean addAll(Collection<?> c)
addAll in interface Collection<Object>addAll in interface Set<Object>addAll in class AbstractCollection<Object>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<Object>retainAll in interface Set<Object>retainAll in class AbstractCollection<Object>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<Object>removeAll in interface Set<Object>removeAll in class AbstractSet<Object>public void clear()
clear in interface Collection<Object>clear in interface Set<Object>clear in class AbstractCollection<Object>public int size()
size in interface Collection<Object>size in interface Set<Object>size in class AbstractCollection<Object>Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.