Package org.rspeer.commons
Class IntPair
- java.lang.Object
-
- org.rspeer.commons.IntPair
-
public class IntPair extends Object
-
-
Constructor Summary
Constructors Constructor Description IntPair(int left, int right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
accumulate(IntBinaryOperator function)
int
getLeft()
int
getRight()
String
toString()
-
-
-
Method Detail
-
getLeft
public int getLeft()
-
getRight
public int getRight()
-
accumulate
public int accumulate(IntBinaryOperator function)
-
-