Class ILongList.IReadOnlyLongListFromMult

    • Field Detail

      • len

        int len
      • elem

        long elem
    • Constructor Detail

      • IReadOnlyLongListFromMult

        IReadOnlyLongListFromMult​(int len,
                                  long elem)
    • Method Detail

      • size

        public int size()
        Specified by:
        size in class ILongList
      • doGet

        protected long doGet​(int index)
        Description copied from class: ILongList
        Helper method for getting an element from the list. This is the only method which really gets an element. Override if you need to validity checks before getting.
        Specified by:
        doGet in class ILongList
        Parameters:
        index - index of element to return
        Returns:
        the element at the specified position in this list