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, toString
public 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 CachedMethodKey
public boolean equals(java.lang.Object obj)
equals
in class CachedMethodKey
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence