EmptySignature

class EmptySignature : Key

An empty key that is always equal to all other empty keys.

Functions

Link copied to clipboard
abstract fun equals(o: Any): Boolean
For caching to work correctly, implementations must implement this method and hashCode.
Link copied to clipboard
abstract fun hashCode(): Int
For caching to work correctly, implementations must implement this method and equals.
Link copied to clipboard
open fun obtain(): EmptySignature
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun updateDiskCacheKey(messageDigest: MessageDigest)
Adds all uniquely identifying information to the given digest.

Properties

Link copied to clipboard
val CHARSET: Charset
Link copied to clipboard
val STRING_CHARSET_NAME: String