public abstract class Signature extends Object implements Writable
| Constructor and Description |
|---|
Signature() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(int key)
Adds a key to this signature.
|
abstract boolean |
membershipTest(int key)
Queries the current signature and performs a membership test.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadFields, writepublic abstract void add(int key)
key - Key to be added.public abstract boolean membershipTest(int key)
key - Key to be checked.