Class LongUtils


  • public final class LongUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.stream.Collector<java.lang.Long,​?,​long[]> TO_LONG_ARRAY  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long[] listToArray​(java.util.List<java.lang.Long> list)  
      • Methods inherited from class java.lang.Object

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

      • TO_LONG_ARRAY

        public static final java.util.stream.Collector<java.lang.Long,​?,​long[]> TO_LONG_ARRAY
    • Method Detail

      • listToArray

        public static long[] listToArray​(java.util.List<java.lang.Long> list)