org.apache.commons.beanutils
Class WeakFastHashMap.Values

java.lang.Object
  extended by org.apache.commons.beanutils.WeakFastHashMap.CollectionView
      extended by org.apache.commons.beanutils.WeakFastHashMap.Values
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection
Enclosing class:
WeakFastHashMap

private class WeakFastHashMap.Values
extends WeakFastHashMap.CollectionView

Collection implementation over the values of the FastHashMap


Constructor Summary
private WeakFastHashMap.Values()
           
 
Method Summary
protected  java.util.Collection get(java.util.Map map)
           
protected  java.lang.Object iteratorNext(java.util.Map.Entry entry)
           
 
Methods inherited from class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeakFastHashMap.Values

private WeakFastHashMap.Values()
Method Detail

get

protected java.util.Collection get(java.util.Map map)
Specified by:
get in class WeakFastHashMap.CollectionView

iteratorNext

protected java.lang.Object iteratorNext(java.util.Map.Entry entry)
Specified by:
iteratorNext in class WeakFastHashMap.CollectionView


Copyright (c) 2000-2008 - Apache Software Foundation