public static class FunUtil.ObjIntPair<T> extends Object
Similar to Pair, but saves boxing overhead of converting
int to Integer.

| Modifier and Type | Field and Description |
|---|---|
(package private) int |
i |
(package private) T |
t |
| Constructor and Description |
|---|
FunUtil.ObjIntPair(T t,
int i) |
public FunUtil.ObjIntPair(T t, int i)