assignment1
Interface IState


public interface IState


Method Summary
 java.lang.String GetHashKey()
          All states must return a unique hash key (usually toString( ) will suffice)
 

Method Detail

GetHashKey

java.lang.String GetHashKey()
All states must return a unique hash key (usually toString( ) will suffice)

Returns:
a String value