![JAR search and dependency download from the Maven repository](/logo.png)
net.sourceforge.plantuml.quantization.ArbitraryComparator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml-mit Show documentation
Show all versions of plantuml-mit Show documentation
PlantUML is a component that allows to quickly write diagrams from text.
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package net.sourceforge.plantuml.quantization;
import java.util.Comparator;
import java.util.WeakHashMap;
/**
* Provides a stable ordering of objects, such that:
*
*
* - compare(a, b) == 0 iff a == b
* - sign(compare(a, b)) == -sign(compare(b, a))
*
*
*
* Similar to Guava's {code Ordering.arbitrary()}.
*/
final class ArbitraryComparator implements Comparator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy