org.jboss.dashboard.database.cache.custom.map
Class AbstractHashedMap.Values
java.lang.Object
java.util.AbstractCollection
org.jboss.dashboard.database.cache.custom.map.AbstractHashedMap.Values
- All Implemented Interfaces:
- Iterable, Collection
- Enclosing class:
- AbstractHashedMap
protected static class AbstractHashedMap.Values
- extends AbstractCollection
Values implementation.
parent
protected final AbstractHashedMap parent
- The parent map
AbstractHashedMap.Values
protected AbstractHashedMap.Values(AbstractHashedMap parent)
size
public int size()
- Specified by:
size in interface Collection- Specified by:
size in class AbstractCollection
clear
public void clear()
- Specified by:
clear in interface Collection- Overrides:
clear in class AbstractCollection
contains
public boolean contains(Object value)
- Specified by:
contains in interface Collection- Overrides:
contains in class AbstractCollection
iterator
public Iterator iterator()
- Specified by:
iterator in interface Iterable- Specified by:
iterator in interface Collection- Specified by:
iterator in class AbstractCollection
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.