public static class FunUtil.ObjIntPair<T> extends Object
Similar to Pair, but saves boxing overhead of converting int to Integer.
Pair
int
Integer
ObjIntPair(T t, int i)
boolean
equals(Object obj)
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ObjIntPair(T t, int i)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2020 Hitachi Vantara. All rights reserved.