19package denoptim.utils;
21import java.util.Objects;
54 return Objects.equals(
o1,
o2);
105 return ((
o1 ==
null ? 0 :
o1.hashCode()) ^
106 (
o2 ==
null ? 0 :
o2.hashCode()));
114 return "DENOPTIMPair{"+
o1+
", "+
o2+
"}";
This class is the equivalent of the Pair data structure used in C++ Although AbstractMap....
boolean isSame(Object o1, Object o2)
ObjectPair(Object o1, Object o2)
boolean equals(Object obj)