|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T_Key
- The ItemKey type.public interface DependencyItem<T_Key>
Represents an item of an indirect dependency. It requires an unique key. Optionally one can associate an arbitrary user object.
Method Summary | |
---|---|
T_Key |
getKey()
Gets the item key. |
Object |
getUserObject()
Gets the associated user object. |
void |
setUserObject(Object userObject)
Associates an arbitrary user object with this item. |
Method Detail |
---|
T_Key getKey()
Object getUserObject()
void setUserObject(Object userObject)
userObject
- Object to associate with this item.
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |