public final class Constructor
extends java.lang.Object
| Constructor and Description |
|---|
Constructor(java.util.Collection<Parameter> params) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Collection<Parameter> |
getParameters() |
int |
hashCode() |
public Constructor(java.util.Collection<Parameter> params)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.util.Collection<Parameter> getParameters()
public int hashCode()
hashCode in class java.lang.ObjectCopyright © 2007–2021 Querydsl. All rights reserved.