Class FastTreeMap.CollectionView

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

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