Uses of Class
org.apache.sis.metadata.HashCode
Packages that use HashCode
-
Uses of HashCode in org.apache.sis.metadata
Fields in org.apache.sis.metadata with type parameters of type HashCodeModifier and TypeFieldDescriptionprivate static final ThreadLocal
<HashCode> HashCode.VISITORS
Provider of visitor instances used byMetadataStandard.hashCode(Object)
.Methods in org.apache.sis.metadata that return HashCodeModifier and TypeMethodDescription(package private) static HashCode
HashCode.getOrCreate()
Returns the visitor for the current thread if it already exists, or creates a new one otherwise.Methods in org.apache.sis.metadata that return types with arguments of type HashCodeModifier and TypeMethodDescription(package private) final ThreadLocal
<HashCode> HashCode.creator()
Returns the thread-local variable that created thisHashCode
instance.