Remove redundant type arguments
[yangtools.git] / common / util / src / main / java / org / opendaylight / yangtools / util / MutableOffsetMap.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
2018-11-29 Robert VargaAllocate new keyes map lazily 96/78296/2
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
2017-11-21 Michael VorburgerFix FindBugs violations and enable enforcement in utils 37/65137/5
2017-11-13 Robert VargaFix checkstyle issues reported by odlparent-3.0.0's... 90/65490/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-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/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: fix MutableOffsetMap's insertion order 25/31725/6
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-16 Robert VargaFix OffsetMap's unneeded modifiers 34/26934/2
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-27 Robert VargaBUG-4158: optimize ImmutableOffsetMap 19/26119/1
2015-08-27 Robert VargaBUG-4158: introduce ImmutableOffsetMap 94/25994/10