Optimize use of YangInstanceIdentifier.getPathArguments() 07/60907/6
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 29 Jul 2017 12:05:36 +0000 (14:05 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Aug 2017 16:40:38 +0000 (18:40 +0200)
This method returns a list, hence we can lookup the first item
without iterating and also can use Lists.transform().

Change-Id: Ie26bfcc225c74154d65ef963e3444ac5ec10bafb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found