Class OutputInt


  • @Deprecated
    public class OutputInt
    extends Object
    Deprecated.
    This API is ICU internal only.
    Simple struct-like class for int output parameters. Like Output<Integer> but without auto-boxing.
    • Field Detail

      • value

        @Deprecated
        public int value
        Deprecated.
        This API is ICU internal only.
        The value field.
    • Constructor Detail

      • OutputInt

        @Deprecated
        public OutputInt()
        Deprecated.
        This API is ICU internal only.
        Constructs an OutputInt with value 0.
      • OutputInt

        @Deprecated
        public OutputInt​(int value)
        Deprecated.
        This API is ICU internal only.
        Constructs an OutputInt with the given value.
        Parameters:
        value - the initial value