Class NonNullUnorderedPair<V>

java.lang.Object
org.jhotdraw8.collection.pair.NonNullUnorderedPair<V>
Type Parameters:
V - the type of the elements that form the pair
All Implemented Interfaces:
UnorderedPair<V>

public class NonNullUnorderedPair<V> extends Object implements UnorderedPair<V>
A simple implementation of the UnorderedPair interface.

This is a value-type.

Author:
Werner Randelshofer