Rename recursive INode methods 38/63338/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 20 Sep 2017 15:10:03 +0000 (17:10 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 22 Sep 2017 22:13:08 +0000 (22:13 +0000)
commit95261f2acd835b1c2f8ef4da96bd8ad18eec30b3
treeed65c0e500e5b296af6c8c5392b89331367f9774
parent182c5b126e75195c1d6ac056bb232818c11092ef
Rename recursive INode methods

Change names to conform to Java standards:
- rec_insert -> recInsert
- rec_insertif -> recInsertIf
- rec_lookup -> recLookup
- rec_remove -> recRemove

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