|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
com.ibm.wala.util.graph.traverse.DFSVisit.DefaultSimpleMap<K,V>
public static class DFSVisit.DefaultSimpleMap<K,V>
Default implementation of DFSVisit.SimpleMapbased on a HashMap
| Constructor Summary | |
|---|---|
DFSVisit.DefaultSimpleMap()
|
|
DFSVisit.DefaultSimpleMap(int initialCapacity)
Constructs an empty DefaultSimpleMap with the specified initial capacity. |
|
DFSVisit.DefaultSimpleMap(int initialCapacity,
float loadFactor)
Constructs an empty DefaultSimpleMap with the specified initial capacity and load factor. |
|
| Method Summary |
|---|
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ibm.wala.util.graph.traverse.DFSVisit.SimpleMap |
|---|
clear, get, put |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public DFSVisit.DefaultSimpleMap(int initialCapacity)
public DFSVisit.DefaultSimpleMap()
public DFSVisit.DefaultSimpleMap(int initialCapacity,
float loadFactor)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||