|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.inject.rebind.binding.RequiredKeys
public class RequiredKeys
Simple tuple wrapper for Binding.getRequiredKeys()
return values.
Constructor Summary | |
---|---|
RequiredKeys(java.util.Set<Key<?>> requiredKeys)
|
|
RequiredKeys(java.util.Set<Key<?>> requiredKeys,
java.util.Set<Key<?>> optionalKeys)
|
Method Summary | |
---|---|
java.util.Set<Key<?>> |
getOptionalKeys()
|
java.util.Set<Key<?>> |
getRequiredKeys()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequiredKeys(java.util.Set<Key<?>> requiredKeys, java.util.Set<Key<?>> optionalKeys)
public RequiredKeys(java.util.Set<Key<?>> requiredKeys)
Method Detail |
---|
public java.util.Set<Key<?>> getRequiredKeys()
public java.util.Set<Key<?>> getOptionalKeys()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |