K
- V
- public class FileTreeMapValues<K,V> extends AbstractCollection<V>
Constructor and Description |
---|
FileTreeMapValues(FileTreeMap<K,V> fileTreeMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
addAll(Collection<? extends V> c) |
void |
clear() |
Iterator<V> |
iterator() |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
add, contains, containsAll, isEmpty, remove, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public FileTreeMapValues(FileTreeMap<K,V> fileTreeMap)
public int size()
size
in interface Collection<V>
size
in class AbstractCollection<V>
public boolean addAll(Collection<? extends V> c)
addAll
in interface Collection<V>
addAll
in class AbstractCollection<V>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<V>
removeAll
in class AbstractCollection<V>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<V>
retainAll
in class AbstractCollection<V>
public void clear()
clear
in interface Collection<V>
clear
in class AbstractCollection<V>
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.