au.com.zip.cs
Class HierMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by 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

Constructor Summary
HierMap(MapHier h)
          Constructs a new HierMap interfaced to the supplied MapHier.
 
Method Summary
 Set entrySet()
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HierMap

public HierMap(MapHier h)
Constructs a new HierMap interfaced to the supplied MapHier.

Parameters:
h - the source MapHier
Method Detail

entrySet

public final Set entrySet()
Specified by:
entrySet in interface Map
Specified by:
entrySet in class AbstractMap