Uses of Interface
com.flowingcode.backendcore.model.Identifiable
Packages that use Identifiable
-
Uses of Identifiable in com.flowingcode.backendcore.model
Classes in com.flowingcode.backendcore.model that implement IdentifiableMethods in com.flowingcode.backendcore.model with parameters of type IdentifiableModifier and TypeMethodDescriptionstatic booleanIdentifiables.equals(Identifiable<?> a, Object b) Compare twoIdentifiableobjects for equality.static <K> intIdentifiables.hashCode(Identifiable<K> o) Return the hash code of anIdentifiablestatic StringIdentifiables.toString(Identifiable<?> obj) Return a string representation of theIdentifiable.