Searched refs:getSomeOptionalInt (Results 1 – 2 of 2) sorted by relevance
251 private static Optional<Integer> getSomeOptionalInt() { in getSomeOptionalInt() method in OptionalTest266 Optional<Integer> optionalInt = getSomeOptionalInt(); in testSampleCodeError1()
254 private static Optional<Integer> getSomeOptionalInt() { in getSomeOptionalInt() method in OptionalTest269 Optional<Integer> optionalInt = getSomeOptionalInt(); in testSampleCodeError1()