All Packages Class Hierarchy This Package Previous Next Index
Interface interestRate.KeyInterface
- public interface KeyInterface
The interface definition used by Node.
-
isEqual(KeyInterface)
- Checks whether two instances of KeyInterfaces are equal.
-
print()
- Prints a Key interface.
isEqual
public abstract boolean isEqual(KeyInterface key)
- Checks whether two instances of KeyInterfaces are equal.
print
public abstract void print()
- Prints a Key interface.
All Packages Class Hierarchy This Package Previous Next Index