Searched refs:objectTwo (Results 1 – 1 of 1) sorted by relevance
37 private static Object getCartesianOfTwoElements(Object objectOne, Object objectTwo) { in getCartesianOfTwoElements() argument39 return new Object[]{objectOne, objectTwo}; in getCartesianOfTwoElements()43 newArray[newArray.length - 1] = objectTwo; in getCartesianOfTwoElements()