当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
ConstructorElement.Key (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.0.0
org.openide.src
Class ConstructorElement.Key
java.lang.Object
org.openide.src.ConstructorElement.Key
- Direct Known Subclasses:
- MethodElement.Key
- Enclosing class:
- ConstructorElement
- public static class ConstructorElement.Key
- extends Object
Serves as a key for constructor elements.
Enables them to be used in hashtables, etc.
- See Also:
ConstructorElement
ConstructorElement.Key
public ConstructorElement.Key(Type[] params)
- Construct a key by parameter types.
- Parameters:
params
- the parameter types
ConstructorElement.Key
public ConstructorElement.Key(ConstructorElement ce)
- Construct a key for a constructor.
Does not keep a reference.
- Parameters:
ce
- the constructor
equals
public boolean equals(Object obj)
hashCode
public int hashCode()