// Generated automatically from kotlin.Pair for testing purposes
package kotlin;
import java.io.Serializable;
public class Pair implements Serializable
{
protected Pair() {}
public Pair(A p0, B p1){}
public String toString(){ return null; }
public boolean equals(Object p0){ return false; }
public final A component1(){ return null; }
public final A getFirst(){ return null; }
public final B component2(){ return null; }
public final B getSecond(){ return null; }
public final Pair copy(A p0, B p1){ return null; }
public int hashCode(){ return 0; }
}