Uses of Class
com.aoapps.collections.IdentityKey
-
-
Uses of IdentityKey in com.aoapps.collections
Fields in com.aoapps.collections declared as IdentityKey Modifier and Type Field Description static IdentityKey<?>IdentityKey. NULLMethods in com.aoapps.collections that return IdentityKey Modifier and Type Method Description static <T> IdentityKey<T>IdentityKey. of(T value)Gets the identity key for the given value orNULLfor anullvalue.static <T> IdentityKey<T>IdentityKey. ofNull()Gets the identity key that representsnull.
-