Class Pair<E,F>

java.lang.Object
org.tweetyproject.commons.util.Pair<E,F>
Type Parameters:
E - the type of the first element
F - the type of the second element
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Division

public class Pair<E,F> extends Object implements Serializable
This class implements a simple pair of elements.
Author:
Matthias Thimm, Bastian Wolf
See Also: