Class SymmetricPair<T1,T2>

java.lang.Object
java.util.AbstractMap.SimpleEntry<T1,T2>
introspector.model.traverse.SymmetricPair<T1,T2>
Type Parameters:
T1 - the type of the first element
T2 - the type of the second element
All Implemented Interfaces:
Serializable, Map.Entry<T1,T2>

public class SymmetricPair<T1,T2> extends AbstractMap.SimpleEntry<T1,T2>
A basic tuple of two symmetric elements. The order of the elements is not important.
See Also: