org.apache.commons.collections
Class FastHashMap.CollectionView
private abstract
class
FastHashMap.CollectionView
extends Object
implements Collection
Abstract collection implementation shared by keySet(), values() and entrySet().
public CollectionView()
public boolean add(Object o)
public boolean addAll(Collection c)
public void clear()
public boolean contains(Object o)
public boolean containsAll(Collection o)
public boolean equals(Object o)
protected abstract Collection get(Map map)
public int hashCode()
public boolean isEmpty()
public Iterator iterator()
protected abstract Object iteratorNext(Entry entry)
public boolean remove(Object o)
public boolean removeAll(Collection o)
public boolean retainAll(Collection o)
public int size()
public Object[] toArray(Object[] o)
public Object[] toArray()
Copyright (c) 2001-2004 - Apache Software Foundation