protected static class AbstractHashedMap.Values extends AbstractCollection
Modifier and Type | Field and Description |
---|---|
protected AbstractHashedMap |
parent
The parent map
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractHashedMap.Values(AbstractHashedMap parent) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(Object value) |
Iterator |
iterator() |
int |
size() |
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
protected final AbstractHashedMap parent
protected AbstractHashedMap.Values(AbstractHashedMap parent)
public int size()
size
in interface Collection
size
in class AbstractCollection
public void clear()
clear
in interface Collection
clear
in class AbstractCollection
public boolean contains(Object value)
contains
in interface Collection
contains
in class AbstractCollection
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in class AbstractCollection
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.