Java tips and tricks
mplacona
List<SomeObject> list = new ArrayList<> (Collections.nCopies(70, someObject));
Ref: SO answer