BUG-7464: Make ListMap a final implementation 88/49888/6
authorRobert Varga <rovarga@cisco.com>
Sat, 31 Dec 2016 13:10:55 +0000 (14:10 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 9 Jan 2017 14:17:12 +0000 (15:17 +0100)
commit9b016fa3fe1c0d97fdc7b758b1674a1fc59ee303
treec1f7ecb63513eab321f5c6adff7aa0e15e216832
parent0c7a59f5d967341f028269879afa09d742a92de5
BUG-7464: Make ListMap a final implementation

We are not using EmptyListMap anywhere, so remove the unused class
which makes the code a lot cleaner, as we can flatten the implementation
hierarchy.

Change-Id: I6ec12a4225e380c9e546515c947389cf68f476b6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/LNode.java
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/ListMap.java