Searched refs:INTVAL (Results 1 – 1 of 1) sorted by relevance
49 static final int INTVAL = 33_550_336; field in BasicInt139 checkPresent(OptionalInt.of(INTVAL), INTVAL); in testPresent() local153 assertEquals(OptionalInt_stream(OptionalInt.of(INTVAL)).toArray(), new int[] { INTVAL }); in testStreamPresent()