Class ListJoiner


  • public class ListJoiner
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ListJoiner()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List join​(java.util.Collection... collections)
      Adds all elements from all not-null collections.
      • Methods inherited from class java.lang.Object

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

      • ListJoiner

        public ListJoiner()
    • Method Detail

      • join

        public static final java.util.List join​(java.util.Collection... collections)
        Adds all elements from all not-null collections.
        Parameters:
        collections -
        Returns:
        list which contains elements from all not-null collections