java.lang.Object
org.jhotdraw8.collection.pair.NonNullOrderedPair<U,V>
- Type Parameters:
U- the type of the first element of the pairV- the type of the second element of the pair
- All Implemented Interfaces:
OrderedPair<U,V>
An implementation of the
OrderedPair interface, which has non-null
values.
This is a value-type.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary