Interface MultiReturnValuesContainer


  • public interface MultiReturnValuesContainer
    Interface to indicate that a class is a container for the values of a method with multiple return values.
    • Method Detail

      • getValues

        Object[] getValues()
        Method which returns the array of values representing the multi-out result.
        Returns:
        see method description.