Uses of Interface
org.jhotdraw8.collection.pair.UnorderedPair
Packages that use UnorderedPair
Package
Description
Provides interfaces and classes modeling ordered and unordered pairs of objects.
-
Uses of UnorderedPair in org.jhotdraw8.collection.pair
Classes in org.jhotdraw8.collection.pair that implement UnorderedPairModifier and TypeClassDescriptionclassA simple implementation of theUnorderedPairinterface.classA simple implementation of theUnorderedPairinterface.Methods in org.jhotdraw8.collection.pair with parameters of type UnorderedPairModifier and TypeMethodDescriptionstatic <V> booleanUnorderedPair.unorderedPairEquals(UnorderedPair<V> pair, @Nullable Object obj) Checks if a given ordered pair is equal to a given object.static <V> intUnorderedPair.unorderedPairHashCode(UnorderedPair<V> pair) Computes a hash code for an ordered pair.