DB
Interface Key


public abstract interface Key

Key is an identification, or ``key,'' value


Method Summary
 boolean equals(Key m)
          equals compares itself to another key, m, for equality
 

Method Detail

equals

public boolean equals(Key m)
equals compares itself to another key, m, for equality
Parameters:
m - - the other key
Returns:
true, if this key and m have the same key value; return false, otherwise