au.com.zip.cs
Class HierMap
java.lang.Object
java.util.AbstractMap
au.com.zip.cs.HierMap
- All Implemented Interfaces:
- Map
public class HierMap
- extends AbstractMap
A Map based on a MapHier.
- Author:
- Cameron Simpson <cs@zip.com.au> 6may2003
| Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
HierMap
public HierMap(MapHier h)
- Constructs a new HierMap interfaced to the supplied
MapHier.
- Parameters:
h - the source MapHier
entrySet
public final Set entrySet()
- Specified by:
entrySet in interface Map- Specified by:
entrySet in class AbstractMap