org.apache.commons.collections

Class FastHashMap.KeySet

Enclosing Class:
FastHashMap
Implemented Interfaces:
Collection, Set

private class FastHashMap.KeySet
extends FastHashMap.CollectionView
implements Set

Set implementation over the keys of the FastHashMap

Nested Class Summary

Nested classes/interfaces inherited from class org.apache.commons.collections.FastHashMap.CollectionView

FastHashMap.CollectionView.CollectionViewIterator

Method Summary

protected Collection
get(Map map)
protected Object
iteratorNext(Map.Entry entry)

Methods inherited from class org.apache.commons.collections.FastHashMap.CollectionView

add, addAll, clear, contains, containsAll, equals, get, hashCode, isEmpty, iterator, iteratorNext, remove, removeAll, retainAll, size, toArray, toArray

Method Details

get

protected Collection get(Map map)
Overrides:
get in interface FastHashMap.CollectionView

iteratorNext

protected Object iteratorNext(Map.Entry entry)
Overrides:
iteratorNext in interface FastHashMap.CollectionView

Copyright (c) 2001-2004 - Apache Software Foundation