Class FastHashMap.CollectionView

java.lang.Object
org.apache.commons.collections.FastHashMap.CollectionView
All Implemented Interfaces:
Iterable, Collection
Direct Known Subclasses:
FastHashMap.EntrySet, FastHashMap.KeySet, FastHashMap.Values
Enclosing class:
FastHashMap

private abstract class FastHashMap.CollectionView extends Object implements Collection
Abstract collection implementation shared by keySet(), values() and entrySet().