public class NamedCachedMethodKey extends CachedMethodKey
name| Constructor and Description |
|---|
NamedCachedMethodKey(java.lang.String name)
Constructor.
|
NamedCachedMethodKey(java.lang.String name,
java.lang.Class<?>[] arguments)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
getArgumentTypes, getName, isCompatible, maybeDefault, toStringpublic NamedCachedMethodKey(java.lang.String name,
java.lang.Class<?>[] arguments)
name - the method namearguments - the argument typespublic NamedCachedMethodKey(java.lang.String name)
name - the method namepublic int hashCode()
hashCode in class CachedMethodKeypublic boolean equals(java.lang.Object obj)
equals in class CachedMethodKeyCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence