java - Creating a list with repeating element -
Is Java a utility method that generates a list of specified lengths or array with all the elements equal to the specified value (Such as ["Foo", "Foo", "Foo", "Foo", "Foo"])?
You can use note that this copy was given to reference Not on objects, if the object itself is working with strings, then it will not make any difference because they are irrevocable anyway.
list & lt; String & gt; List = collection Encokes (5, "EFF"); Println (list);
[foo, foo, foo, foo, foo]
Comments
Post a Comment