private static class VerifySignatures.ClassInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Class |
derbyImplementation
Derby implementation class.
|
(package private) java.lang.Class |
jdbcInterface
JDBC interface which should be implemented.
|
Constructor and Description |
---|
ClassInfo(java.lang.Class imp,
java.lang.Class iface)
Creates a new
ClassInfo instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object x)
Checks whether this object is equal to another object.
|
int |
hashCode()
Calculate hash code.
|
java.lang.Class derbyImplementation
java.lang.Class jdbcInterface
ClassInfo(java.lang.Class imp, java.lang.Class iface)
ClassInfo
instance.imp
- the Derby implementation classiface
- the JDBC interfacepublic boolean equals(java.lang.Object x)
equals
in class java.lang.Object
x
- another objecttrue
if the objects are equal,
false
otherwisepublic int hashCode()
hashCode
in class java.lang.Object
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.