Class ObjectContainer
- java.lang.Object
-
- org.apache.flink.table.runtime.util.ObjectContainer
-
-
Constructor Summary
Constructors Constructor Description ObjectContainer(Object object, BiFunction<Object,Object,Boolean> equalsMethod, Function<Object,Integer> hashCodeMethod)
-