Class Util.VarArg<T>

java.lang.Object
com.cloudimpl.outstack.runtime.util.Util.VarArg<T>
Enclosing class:
Util

public static final class Util.VarArg<T>
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    VarArg​(T... args)  
  • Method Summary

    Modifier and Type Method Description
    T[] getArgs()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VarArg

      public VarArg​(T... args)
  • Method Details

    • getArgs

      public T[] getArgs()