| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.inject.rebind.resolution.DependencyGraph.GraphPruner
public static class DependencyGraph.GraphPruner
| Constructor Summary | |
|---|---|
| DependencyGraph.GraphPruner(DependencyGraph source)Create a DependencyGraph.GraphPrunerfor building a new DependencyGraph by (destructively!) removing
 edges from an existing DependencyGraph. | |
| Method Summary | |
|---|---|
|  DependencyGraph.GraphPruner | remove(Key<?> key)Removes the given key, all its incoming edges, and all its outgoing edges, from the graph. | 
|  DependencyGraph | update() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DependencyGraph.GraphPruner(DependencyGraph source)
DependencyGraph.GraphPruner for building a new DependencyGraph by (destructively!) removing
 edges from an existing DependencyGraph.
source - the DependencyGraph to use as the base (will be mutated)| Method Detail | 
|---|
public DependencyGraph.GraphPruner remove(Key<?> key)
public DependencyGraph update()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||