BUG-7464: Split out entryset and iterator classes 61/49961/11
authorRobert Varga <rovarga@cisco.com>
Tue, 3 Jan 2017 02:02:29 +0000 (03:02 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 10 Jan 2017 21:28:56 +0000 (21:28 +0000)
commit9da32d0061cb13e57ff39b2f884753cc5f69adf3
tree25e3a83a6e329e5770e4e663918dc69252d93ae5
parent5f7479eeea883485aeb64db74787f26d4f3e7870
BUG-7464: Split out entryset and iterator classes

This is a preparatory patch, splitting out support classes
so they can be fixed up and refactored as needed.

Change-Id: Ib7b994f2f4e114ec0a56d8930e7ba7320e18201c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/EntrySet.java [new file with mode: 0644]
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/TrieMap.java
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/TrieMapIterator.java [new file with mode: 0644]
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/TrieMapReadOnlyIterator.java [new file with mode: 0644]