All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface interestRate.KeyInterface

public interface KeyInterface
The interface definition used by Node.


Method Index

 o isEqual(KeyInterface)
Checks whether two instances of KeyInterfaces are equal.
 o print()
Prints a Key interface.

Methods

 o isEqual
 public abstract boolean isEqual(KeyInterface key)
Checks whether two instances of KeyInterfaces are equal.

 o print
 public abstract void print()
Prints a Key interface.


All Packages  Class Hierarchy  This Package  Previous  Next  Index