Use Iterables.filter() instead of FluentIterable 12/75912/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 10 Sep 2018 08:36:12 +0000 (10:36 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 10 Sep 2018 09:20:20 +0000 (09:20 +0000)
This removes allocation of one instance of FluentIterable, reducing
the amount of garbage we produce.

Change-Id: I93953f1263426f7fff20e579e56f82506fb423d4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit ca61467e9c4e802584a1475da15c01cc5ea8e83a)


No differences found