Remove redundant type arguments
[yangtools.git] / common / util / src / main / java / org / opendaylight / yangtools / util / ImmutableOffsetMap.java
2022-01-17 Robert VargaRemove redundant type arguments 26/99326/1
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-08-19 Robert VargaBump odlparent to 6.0.0-SNAPSHOT 83/83383/17
2018-12-03 Robert VargaOptimize ImmutableOffsetMap a bit 87/78387/1
2018-11-25 Robert VargaFactor out {SharedSingleton,ImmutableOffset}MapTemplate 08/78108/4
2018-11-23 Robert VargaAdd ImmutableMapTemplate 59/78059/18
2018-10-08 Robert VargaMigrate common/util to use JDT annotations 12/76712/7
2018-10-05 Robert VargaRevert "Migrate common/util to use JDT annotations" 09/76709/1
2018-10-05 Robert VargaMigrate common/util to use JDT annotations 89/76689/7
2018-07-12 Robert VargaRemove CPD-reported copy&paste 77/73977/1
2017-10-09 Robert VargaCleanup use of Guava library 85/61985/23
2017-06-05 Robert VargaFix eclipse/checkstyle warnings 16/58216/9
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-07-25 Michael VorburgerCheckstyle clean up about 200 trivial violation 11/42511/1
2016-05-18 Robert VargaAddress minor sonar issues in ImmutableOffsetMap 54/38854/2
2016-01-26 Robert VargaRemove of/copyOf factory methods 52/32852/5
2016-01-04 Robert VargaBUG-4803: introduce unordered offset maps 26/31726/7
2016-01-04 Robert VargaBUG-4803: introduce ordered/unordered offsets 11/31711/4
2016-01-04 Robert VargaBUG-4803: make MutableOffsetMap abstract 05/31705/5
2016-01-04 Robert VargaBUG-4803: make ImmutableOffsetMap abstract 04/31704/4
2016-01-04 Robert VargaBUG-4803: fix equals() method 19/31519/5
2015-12-17 Maros MarsalekRevert "Do not retain HashMap$KeySet()" 11/31511/2
2015-12-16 Robert VargaDo not retain HashMap$KeySet() 65/31365/3
2015-09-10 Robert VargaImplement ImmutableOffsetMap.toString() 57/26757/1
2015-09-10 Robert VargaMake OffsetMaps work on direct values 71/26671/3
2015-09-10 Robert VargaIntroduce SharedSingletonMap 45/26545/8
2015-09-07 Robert VargaImplement efficient hashCode for OffsetMaps 72/26572/2
2015-08-29 Robert VargaBUG-4158: ImmutableOffsetMap should not be Cloneable 86/26186/1
2015-08-27 Robert VargaBUG-4158: optimize ImmutableOffsetMap 19/26119/1
2015-08-27 Robert VargaBUG-4158: introduce ImmutableOffsetMap 94/25994/10