Searched refs:lastKey (Results 1 – 3 of 3) sorted by relevance
166 int lastKey = Integer.MIN_VALUE; in testRoundtrip() local173 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtrip()174 lastKey = thisKey; in testRoundtrip()241 int lastKey = Integer.MIN_VALUE; in testRoundtripCf() local248 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtripCf()249 lastKey = thisKey; in testRoundtripCf()
169 int lastKey = Integer.MAX_VALUE; in testRoundtrip() local176 assertThat(thisKey).isLessThan(lastKey); in testRoundtrip()177 lastKey = thisKey; in testRoundtrip()244 int lastKey = Integer.MAX_VALUE; in testRoundtripCf() local251 assertThat(thisKey).isLessThan(lastKey); in testRoundtripCf()252 lastKey = thisKey; in testRoundtripCf()
165 int lastKey = Integer.MIN_VALUE; in testRoundtrip() local172 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtrip()173 lastKey = thisKey; in testRoundtrip()240 int lastKey = Integer.MIN_VALUE; in testRoundtripCf() local247 assertThat(thisKey).isGreaterThan(lastKey); in testRoundtripCf()248 lastKey = thisKey; in testRoundtripCf()