Class SimpleUnorderedPair<V>

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

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

This is a value-type.

Author:
Werner Randelshofer