Eliminate use of temporary lists 85/62985/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 11 Sep 2017 16:15:31 +0000 (18:15 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 11 Sep 2017 16:15:31 +0000 (18:15 +0200)
commit6eeb4e35d4116e90aef6a49276c103e55c7dcef3
tree39ab0ad33036b53aaf13d7abe7f6ef2d8f4a0e49
parent8656a93a2e685119d557c132c7057964bb3913e1
Eliminate use of temporary lists

Switch to using Lists/Iterables.transform(), which are lazily
evaluated and are really what we need.

Change-Id: Ib3e993a116c585060a04c74c911bde087388ae51
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding2/mdsal-binding2-java-api-generator/src/main/java/org/opendaylight/mdsal/binding/javav2/java/api/generator/util/TextTemplateUtil.java