public abstract class Pair<T,U> extends Object
Created by Pepijn on 26-2-2017.
protected
Pair(T value1, U value2)
boolean
equals(Object o)
protected T
getValue1()
protected U
getValue2()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
protected Pair(T value1, U value2)
protected final T getValue1()
protected final U getValue2()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2011–2023 pepsoft.org. All rights reserved.