Searched defs:optionalInt (Results 1 – 2 of 2) sorted by relevance
266 Optional<Integer> optionalInt = getSomeOptionalInt(); in testSampleCodeError1() local279 Optional<Number> optionalInt = Optional.of((Number) 1); in testSampleCodeFine1() local
269 Optional<Integer> optionalInt = getSomeOptionalInt(); in testSampleCodeError1() local282 Optional<Number> optionalInt = Optional.of((Number) 1); in testSampleCodeFine1() local