|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.inject.rebind.resolution.RequiredKeySet
public class RequiredKeySet
Computes the set of required keys in a given DependencyGraph
. A key is considered
required if there exists a path from the dependencies of the origin Ginjector to the key that
only passes through required edges.
Constructor Summary | |
---|---|
RequiredKeySet(DependencyGraph graph)
|
Method Summary | |
---|---|
boolean |
isRequired(Key<?> key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequiredKeySet(DependencyGraph graph)
Method Detail |
---|
public boolean isRequired(Key<?> key)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |