BUG-7464: Split LNodeEntries implementations 47/49947/8
authorRobert Varga <rovarga@cisco.com>
Mon, 2 Jan 2017 15:04:49 +0000 (16:04 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 10 Jan 2017 19:12:11 +0000 (20:12 +0100)
commitb323c5454431f92bfc0558c82bd79a909482909d
tree202085b243dbc28ad89a4f92cc8c7df649e33ac9
parente9fc6471a187f916885d36187b79e0fa95fb4ee3
BUG-7464: Split LNodeEntries implementations

We really have two implementations here, one which
have a single key/value pair and one which has multiple.

Split these into specialized implementations, which allows
us to save 8 bytes for each initial LNode, depending on
runtime environment configuration.

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