Uses of Class
org.projectnessie.model.Hash
-
Packages that use Hash Package Description org.projectnessie.model -
-
Uses of Hash in org.projectnessie.model
Subclasses of Hash in org.projectnessie.model Modifier and Type Class Description classImmutableHashImmutable implementation ofHash.Methods in org.projectnessie.model that return Hash Modifier and Type Method Description static HashHash. of(String hash)Methods in org.projectnessie.model with parameters of type Hash Modifier and Type Method Description static ImmutableHashImmutableHash. copyOf(Hash instance)Creates an immutable copy of aHashvalue.ImmutableHash.BuilderImmutableHash.Builder. from(Hash instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Hashinstance.
-