public class Pair<T1,T2> extends Object
T1
first
T2
second
Pair(T1 first, T2 second)
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public T1 first
public T2 second
public Pair(T1 first, T2 second)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.