Class NonNullOrderedPair<U,V>

java.lang.Object
org.jhotdraw8.collection.pair.NonNullOrderedPair<U,V>
Type Parameters:
U - the type of the first element of the pair
V - the type of the second element of the pair
All Implemented Interfaces:
OrderedPair<U,V>

public class NonNullOrderedPair<U,V> extends Object implements OrderedPair<U,V>
An implementation of the OrderedPair interface, which has non-null values.

This is a value-type.

Author:
Werner Randelshofer