org.apache.commons.collections
Class FastHashMap.KeySet

java.lang.Object
  extended by org.apache.commons.collections.FastHashMap.CollectionView
      extended by org.apache.commons.collections.FastHashMap.KeySet
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.Set
Enclosing class:
FastHashMap

private class FastHashMap.KeySet
extends FastHashMap.CollectionView
implements java.util.Set

Set implementation over the keys of the FastHashMap


Constructor Summary
private FastHashMap.KeySet()
           
 
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.collections.FastHashMap.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
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

FastHashMap.KeySet

private FastHashMap.KeySet()
Method Detail

get

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

iteratorNext

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


Copyright (c) 2001-2004 - Apache Software Foundation