Uses of Interface
org.jhotdraw8.collection.pair.OrderedPair
Packages that use OrderedPair
Package
Description
Provides interfaces and classes modeling ordered and unordered pairs of objects.
-
Uses of OrderedPair in org.jhotdraw8.collection.pair
Classes in org.jhotdraw8.collection.pair that implement OrderedPairModifier and TypeClassDescriptionclassNonNullOrderedPair<U,V> An implementation of theOrderedPairinterface, which has non-null values.classSimpleOrderedPair<U,V> A simple implementation of theOrderedPairinterface.Methods in org.jhotdraw8.collection.pair with parameters of type OrderedPairModifier and TypeMethodDescriptionstatic <U,V> boolean OrderedPair.orderedPairEquals(OrderedPair<U, V> pair, @Nullable Object obj) Checks if a given ordered pair is equal to a given object.static <U,V> int OrderedPair.orderedPairHashCode(OrderedPair<U, V> pair) Computes a hash code for an ordered pair.