public class AccessKeyMonad
Represents a general yet type-safe way to represent an api key
| Constructor and Description |
|---|
AccessKeyMonad(char[] key)
Represents a general yet type-safe way to represent an api key
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
char[] |
getKey() |
int |
hashCode() |