Define a feature-parent
[yangtools.git] / third-party / triemap / src / main / java / org / opendaylight / yangtools / triemap / CNode.java
2018-09-13 Robert VargaMigrate to tech.pantheon.TrieMap 49/75949/10
2017-09-22 Robert VargaRemove BasicNode.string() 37/63337/2
2017-08-01 Robert VargaFix/suppress checkstyle warnings 73/60973/3
2017-01-10 Robert VargaBUG-7464: fix checkstyle warnings 35/50135/7
2017-01-10 Robert VargaBUG-7464: do not throw ISE/RTE in "impossible" cases 54/50054/9
2017-01-10 Robert VargaBUG-7464: Add MainNode.trySize() 41/50041/9
2017-01-10 Robert VargaBUG-7464: Centralize implementation constants 82/49982/12
2017-01-10 Robert VargaBUG-7464: Enable parallel CNode size computation 50/49950/9
2017-01-10 Robert VargaBUG-7464: clean up CNode.dual() call convention 49/49949/9
2017-01-10 Robert VargaBUG-7464: use Verify.verifyNonNull instead of assert 42/49942/9
2017-01-10 Robert VargaBUG-7464: remove uneeded casts and similar warnings 40/49940/9
2017-01-10 Robert VargaBUG-7464: Eliminate {C,I}NodeBase 12/49912/9
2017-01-09 Robert VargaBUG-7464: Cleanup if-else branches in CNode 87/49887/6
2017-01-09 Robert VargaBUG-7464: Reduce instanceof checks to null checks 76/49876/6
2017-01-09 Robert VargaBUG-7464: Cleanup CNode instantiation 74/49874/6
2017-01-09 Robert VargaBUG-7464: Hide INodeBase.mainnode 72/49872/6
2017-01-09 Robert VargaBUG-7464: Fix MainNode.cachedSize() 67/49867/6
2017-01-09 Robert VargaBUG-7464: Remove inner classes 66/49866/7