| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HashMapMapVisitor
An interface to be implemented by classes that traverse nested HashMapMaps.
HashMapMap| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Method Summary | |
|---|---|
 void | 
depart(java.lang.Object pKey,
       java.util.Map pMap)
Called after a visit() to a map and any nested maps.  | 
 boolean | 
visit(java.lang.Object pKey,
      java.util.Map pMap)
Visit a map in a nested map.  | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
boolean visit(java.lang.Object pKey,
              java.util.Map pMap)
pKey - the key under which this map exists in the parent map
 or null if this is the root map.
void depart(java.lang.Object pKey,
            java.util.Map pMap)
pKey - the key under which this map exists in the parent map
 or null if this is the root map.pMap - the map
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||