BUG-7464: Centralize implementation constants
[yangtools.git] / third-party / triemap / src / main / java / org / opendaylight / yangtools / triemap / INode.java
2017-01-10 Robert VargaBUG-7464: Centralize implementation constants 82/49982/12
2017-01-10 Robert VargaBUG-7464: enable FindBugs enforcement 62/49962/12
2017-01-10 Robert VargaBUG-7464: clean up CNode.dual() call convention 49/49949/9
2017-01-10 Robert VargaBUG-7464: make LNodeEntry implement Map.Entry 44/49944/12
2017-01-10 Robert VargaBUG-7464: Deduplicate code in INode.rec_insertif() 41/49941/9
2017-01-10 Robert VargaBUG-7464: remove uneeded casts and similar warnings 40/49940/9
2017-01-10 Robert VargaBUG-7464: Optimize LNode operations 22/49922/11
2017-01-10 Robert VargaBUG-7464: Make ListMap obey TrieMap equivalence 21/49921/9
2017-01-10 Robert VargaBUG-7464: Do not recalculate hash on LNode removal 20/49920/8
2017-01-10 Robert VargaBUG-7464: Encapsupate special objects. 18/49918/8
2017-01-10 Robert VargaBUG-7464: cleanup TrieMap retry logic 17/49917/8
2017-01-10 Robert VargaBUG-7464: Hide INode.gen field 15/49915/8
2017-01-10 Robert VargaBUG-7464: remove TrieMap.nonReadOnly() 13/49913/8
2017-01-10 Robert VargaBUG-7464: Eliminate {C,I}NodeBase 12/49912/9
2017-01-10 Robert VargaBUG-7464: fix INode.rec_lookup() return type 11/49911/8
2017-01-10 Robert VargaBUG-7464: Migrate to use java.util.Optional 95/49895/12
2017-01-10 Robert VargaBUG-7464: Fix original porting damage in conditional... 91/49891/11
2017-01-10 Robert VargaBUG-7464: Use Guava-like Equivalence instead of custom... 90/49890/9
2017-01-09 Robert VargaBUG-7464: Make INode.equal() static 89/49889/6
2017-01-09 Robert VargaBUG-7464: Cleanup INode 86/49886/6
2017-01-09 Robert VargaBUG-7464: Eliminate else branches in INode.GCAS_Complete 78/49878/6
2017-01-09 Robert VargaBUG-7464: Do not check twice for prev to be null 77/49877/6
2017-01-09 Robert VargaBUG-7464: Reduce instanceof checks to null checks 76/49876/6
2017-01-09 Robert VargaBUG-7464: Move INode.newRootNode() 73/49873/6
2017-01-09 Robert VargaBUG-7464: Hide INodeBase.mainnode 72/49872/6
2017-01-09 Robert VargaBUG-7464: Hide MainNode.prev field and its updater 68/49868/6
2017-01-09 Robert VargaBUG-7464: Remove inner classes 66/49866/7