Class OutputFactory


  • public class OutputFactory
    extends java.lang.Object
    Author:
    Mark Paluch
    • Constructor Summary

      Constructors 
      Constructor Description
      OutputFactory()  
    • Method Summary

      Modifier and Type Method Description
      static <T> java.util.List<T> newList​(int capacity)  
      static <V> java.util.Set<V> newSet​(int capacity)  
      • Methods inherited from class java.lang.Object

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

      • OutputFactory

        public OutputFactory()
    • Method Detail

      • newList

        public static <T> java.util.List<T> newList​(int capacity)
      • newSet

        public static <V> java.util.Set<V> newSet​(int capacity)