|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodArgumentsKeyGenerator
Interface that allows method parameters to be identified and tagged by a unique key.
Method Summary | |
---|---|
java.lang.Object |
getKey(java.lang.Object[] item)
Get a unique identifier for the item that can be used to cache it between calls if necessary, and then identify it later. |
Method Detail |
---|
java.lang.Object getKey(java.lang.Object[] item)
item
- the current item.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |