org.apache.activemq.kaha.impl.container
Class ContainerKeySet
java.lang.Object
org.apache.activemq.kaha.impl.container.ContainerKeySet
- All Implemented Interfaces:
- Iterable, Collection, Set
public class ContainerKeySet
- extends Object
- implements Set
A Set of keys for the container
container
protected MapContainerImpl container
contains
public boolean contains(Object o)
- Specified by:
contains in interface Collection- Specified by:
contains in interface Set
iterator
public Iterator iterator()
- Specified by:
iterator in interface Iterable- Specified by:
iterator in interface Collection- Specified by:
iterator in interface Set
toArray
public Object[] toArray()
- Specified by:
toArray in interface Collection- Specified by:
toArray in interface Set
toArray
public Object[] toArray(Object[] a)
- Specified by:
toArray in interface Collection- Specified by:
toArray in interface Set
add
public boolean add(Object o)
- Specified by:
add in interface Collection- Specified by:
add in interface Set
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection- Specified by:
remove in interface Set
containsAll
public boolean containsAll(Collection c)
- Specified by:
containsAll in interface Collection- Specified by:
containsAll in interface Set
addAll
public boolean addAll(Collection c)
- Specified by:
addAll in interface Collection- Specified by:
addAll in interface Set
retainAll
public boolean retainAll(Collection c)
- Specified by:
retainAll in interface Collection- Specified by:
retainAll in interface Set
removeAll
public boolean removeAll(Collection c)
- Specified by:
removeAll in interface Collection- Specified by:
removeAll in interface Set
clear
public void clear()
- Specified by:
clear in interface Collection- Specified by:
clear in interface Set
toString
public String toString()
- Overrides:
toString in class Object
size
public int size()
isEmpty
public boolean isEmpty()
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.