Include Uint.ZERO in lower saturation bounds
[yangtools.git] / yang / yang-common / src / main / java / org / opendaylight / yangtools / yang / common / Uint8.java
2020-10-02 Robert VargaInclude Uint.ZERO in lower saturation bounds 02/92702/1
2020-10-02 Robert VargaAdd Uint saturated converters 01/92701/2
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-10-13 Robert VargaAdd utility converters 97/85097/5
2019-10-13 Robert VargaAdd Uint constants 96/85096/3
2019-10-10 Robert VargaAdd type-bound equals() to common int types 31/85031/3
2019-10-01 Robert VargaConvert yang-common to a JPMS module 19/84019/6
2019-09-15 Robert VargaSimplify Uint range checks 77/84477/1
2019-09-15 Robert VargaRemove unneeded masking in Uint{8,16}.valueOf() 76/84476/1
2019-09-15 Robert VargaChange Uint* IAE messages 75/84475/1
2019-09-10 Robert VargaUse {Byte,Short}.compareUnsigned 85/84285/4
2019-09-06 Robert VargaUpdate uint implementations a bit 64/84264/1
2019-09-05 Robert VargaAdd UintConversions 13/84213/2
2019-09-03 Robert VargaUpdate and document Uint 74/84174/5
2019-08-28 Robert VargaCorrect cache sizing for Uint types 32/84032/1
2019-08-28 Robert VargaExpose Uint*.{MIN,MAX}_VALUE constants 25/84025/1
2019-07-03 Robert VargaSplit uint factory methods 10/82910/1
2018-04-17 Robert VargaTag CanonicalValueSupport services 21/71021/1
2018-04-17 Robert VargaConvert CanonicalValue{Support,Validator} to use Variant 99/70999/8
2018-04-17 Robert VargaConvert base types to implement CanonicalValue 90/70990/6
2018-04-12 Robert VargaMake yang.common base types non-final 75/70875/1
2017-12-25 Robert VargaImplement Uint{8,16}.valueOf(String, int) 59/66759/2
2017-10-19 Robert VargaBUG-4661: Introduce Decimal64, Empty, Uint{8,16,32,64} 97/31897/21