@InterfaceAudience.Private public class ObjectIntPair<T> extends Object
ObjectIntPair()
ObjectIntPair(T first, int second)
boolean
equals(Object other)
T
getFirst()
int
getSecond()
hashCode()
void
setFirst(T first)
setSecond(int second)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ObjectIntPair()
public ObjectIntPair(T first, int second)
public T getFirst()
public void setFirst(T first)
public int getSecond()
public void setSecond(int second)
public boolean equals(Object other)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2007–2019 Cloudera. All rights reserved.