Class CmdLineParser.Colls

  • Enclosing class:
    CmdLineParser

    private static final class CmdLineParser.Colls
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Colls()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static <A> java.util.List<A> list​(A... coll)  
      (package private) static <T> T[] objArray​(T... ts)  
      • Methods inherited from class java.lang.Object

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

      • Colls

        private Colls()
    • Method Detail

      • objArray

        static final <T> T[] objArray​(T... ts)
      • list

        static final <A> java.util.List<A> list​(A... coll)