@InterfaceAudience.Private public class ObjectIntPair<T> extends Object
Constructor and Description |
---|
ObjectIntPair() |
ObjectIntPair(T first,
int second) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
private static boolean |
equals(Object x,
Object y) |
T |
getFirst() |
int |
getSecond() |
int |
hashCode() |
void |
setFirst(T first) |
void |
setSecond(int second) |
String |
toString() |
public ObjectIntPair()
public ObjectIntPair(T first, int second)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.