Class AbstractKey
java.lang.Object
com.winterhavenmc.library.messagebuilder.keys.AbstractKey
An abstract class that provides common methods for implementations of the StandardKey interface
-
Field Details
-
VALID_KEY
-
IS_INVALID_KEY
-
wrappedString
-
-
Constructor Details
-
AbstractKey
Class constructor- Parameters:
key
- a String to be used for the key
-
-
Method Details
-
equals
Test for equality. Keys must be of same type and have matching string value. -
hashCode
public int hashCode() -
toString
-