CHARSET, STRING_CHARSET_NAME
Constructor and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
<T> T |
get(Option<T> option) |
int |
hashCode() |
void |
putAll(Options other) |
<T> Options |
set(Option<T> option,
T value) |
String |
toString() |
void |
updateDiskCacheKey(MessageDigest messageDigest)
Adds all uniquely identifying information to the given digest.
|
public void putAll(Options other)
public <T> T get(Option<T> option)
public boolean equals(Object o)
public int hashCode()
public void updateDiskCacheKey(MessageDigest messageDigest)
Key
Note - Using MessageDigest.reset()
inside of this method will result
in undefined behavior.
updateDiskCacheKey
in interface Key