Please help me implement a .map function that works on the List classes/interfaces in Java 7. I cannot use any features of Java 8 or external libraries. This needs to be similar to Scala's function in its implementation and return values if possible. (Maybe impossible).
This is a different question than the so-called "duplicate" because it asks for something different entirely. I have tried to find an implementation of this function or pointers on putting one together, with no luck. I have asked here and had no luck in implementing suggestions or code that was given. It has been said that this is a "trivial" function, and yet, it evades me.