|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.drda.Pkgnamcsn.StatementKey
private final class Pkgnamcsn.StatementKey
Class for objects used as keys in the hash table
stmtTable
found in the Database
class. The equals()
and hashCode()
methods consider other StatementKey
objects equal
to this object if they are associated with a
Pkgnamcsn
object with the same values for RDBNAM,
RDBCOLID, PKGID and PKGSN.
Database
Field Summary | |
---|---|
private int |
hash
Cached hash code. |
Constructor Summary | |
---|---|
private |
Pkgnamcsn.StatementKey()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Check whether RDBNAM, RDBCOLID, PKGID and PKGSN of another StatementKey object matches this object. |
int |
hashCode()
Calculate hash code. |
private boolean |
isKeyFor(Pkgnamcsn p)
Check whether this object can be used as a key for a Pkgnamcsn object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int hash
Constructor Detail |
---|
private Pkgnamcsn.StatementKey()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
StatementKey
object matches this object.
equals
in class java.lang.Object
obj
- another object
public int hashCode()
hashCode
in class java.lang.Object
private boolean isKeyFor(Pkgnamcsn p)
Pkgnamcsn
object.
p
- a Pkgnamcsn
value
Pkgnamcsn
object
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |