Module org.jhotdraw8.collection
Package org.jhotdraw8.collection.pair
package org.jhotdraw8.collection.pair
Provides interfaces and classes modeling ordered and unordered pairs of objects.
-
ClassDescriptionNonNullOrderedPair<U,
V> An implementation of theOrderedPairinterface, which has non-null values.A simple implementation of theUnorderedPairinterface.OrderedPair<U,V> An ordered pair.SimpleOrderedPair<U,V> A simple implementation of theOrderedPairinterface.A simple implementation of theUnorderedPairinterface.An unordered pair.