Class BoxUtils


  • public class BoxUtils
    extends Object
    Utility class assisting in more complex (auto-)boxing of types in for example container classes
    Author:
    markr
    • Constructor Detail

      • BoxUtils

        public BoxUtils()
    • Method Detail

      • IntegerToLongList

        public static List<Long> IntegerToLongList​(List<Integer> integerList)
        Convert an integer list to a long list
        Parameters:
        integerList - to convert
        Returns:
        created long list