package ; import ; /** * * @author */ public class extends implements { /* ======================================================================= CONSTRUCTORS ======================================================================= */ /* ======================================================================= PUBLIC INTERFACE ======================================================================= */ /* --Public class constants-------------------------------------------- */ /* --Getters----------------------------------------------------------- */ /* --Setters----------------------------------------------------------- */ /* --Common object interface------------------------------------------- */ /** * Determines whether the specified object is equal to this . * The result is true if and only if <...>. * * @param anObject the object to compare this against. * @return true if <...>; false otherwise. */ public boolean equals(Object anObject) { } /** * Returns a string representation of this , which includes * <...>. * * @return a string representation of this . */ public String toString() { } /* ======================================================================= HELPER METHODS ======================================================================= */ /* ======================================================================= INSTANCE VARIABLES & CLASS VARIABLES ======================================================================= */ /* ======================================================================= TEST DRIVER ======================================================================= */ public static void main(String[] args) { } }