public class LazyMapValuesCollection<VALUE,KEY> extends Object implements Collection<VALUE>
| Constructor and Description |
|---|
LazyMapValuesCollection(AbstractLazyMap<KEY,VALUE> sourceMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(VALUE e) |
boolean |
addAll(Collection<? extends VALUE> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
AbstractLazyMap<KEY,VALUE> |
getBaseMap() |
boolean |
isEmpty() |
Iterator<VALUE> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCodepublic LazyMapValuesCollection(AbstractLazyMap<KEY,VALUE> sourceMap)
public AbstractLazyMap<KEY,VALUE> getBaseMap()
public boolean add(VALUE e)
add in interface Collection<VALUE>public boolean addAll(Collection<? extends VALUE> c)
addAll in interface Collection<VALUE>public void clear()
clear in interface Collection<VALUE>public boolean contains(Object o)
contains in interface Collection<VALUE>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<VALUE>public boolean isEmpty()
isEmpty in interface Collection<VALUE>public boolean remove(Object o)
remove in interface Collection<VALUE>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<VALUE>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<VALUE>public int size()
size in interface Collection<VALUE>public Object[] toArray()
toArray in interface Collection<VALUE>public <T> T[] toArray(T[] a)
toArray in interface Collection<VALUE>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.