I'm trying to create a lazy loading method using Java Lists that takes in an index, adds elements to the List until the index is valid, and returns the value at that index.I'm trying to create a lazy loading method usin
I'm trying to create a lazy loading method using Java Lists that takes in an index, adds elements to the List until the index is valid, and returns the value at that index.I'm trying to create a lazy loading method usin