Class IntegerList

    • Constructor Detail

      • IntegerList

        public IntegerList()
        Create a list with the specified values.
      • IntegerList

        public IntegerList​(int value)
        Create a list with the specified value.
        Parameters:
        value - is the initial value.
      • IntegerList

        public IntegerList​(int start,
                           int end)
        Create a list with the specified values.
        Parameters:
        start - is the first initial value
        end - is the last initial value
      • IntegerList

        public IntegerList​(Collection<? extends Integer> collection)
        Create a list with the specified values.
        Parameters:
        collection - is the list of initial values