org.compass.core.util.backport.java.util
Class AbstractMap
java.lang.Object
java.util.AbstractMap
org.compass.core.util.backport.java.util.AbstractMap
- All Implemented Interfaces:
- Map
- Direct Known Subclasses:
- ConcurrentHashMap, ConcurrentSkipListMap, ConcurrentSkipListMap.SubMap, TreeMap, TreeMap.AscendingSubMap, TreeMap.DescendingSubMap
public abstract class AbstractMap
- extends AbstractMap
Convenience base class for map implementations that provides helper classes
representing simple map entries, both mutable and immutable.
- Author:
- Doug Lea, Dawid Kurzyniec
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
|
Constructor Summary |
protected |
AbstractMap()
Sole constructor. |
| Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, put, putAll, remove, size, toString, values |
keySet
transient Set keySet
AbstractMap
protected AbstractMap()
- Sole constructor. (For invocation by subclass constructors, typically
implicit.)
keySet
public Set keySet()
-
- Specified by:
keySet in interface Map- Overrides:
keySet in class AbstractMap
Copyright (c) 2004-2006 The Compass Project.