Home | History | Annotate | Download | only in cache

Lines Matching refs:keySet

186     Set<Integer> keySet = cache.asMap().keySet();
187 assertThat(keySet).has().exactly(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
192 assertThat(keySet).has().exactly(3, 4, 5, 6, 7, 8, 9, 0, 1, 2);
197 assertThat(keySet).has().exactly(6, 7, 8, 9, 0, 1, 2, 10, 11, 12);
202 assertThat(keySet).has().exactly(9, 0, 1, 2, 10, 11, 12, 6, 7, 8);
207 assertThat(keySet).has().exactly(2, 10, 11, 12, 6, 7, 8, 13, 14, 15);
219 Set<Integer> keySet = cache.asMap().keySet();
220 assertThat(keySet).has().exactly(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
225 assertThat(keySet).has().exactly(3, 4, 5, 6, 7, 8, 9, 0, 1, 2);
230 assertThat(keySet).has().exactly(6, 7, 8, 9, 0, 1, 2, 10);
235 assertThat(keySet).has().exactly(9, 0, 1, 2, 10, 6, 7, 8);
240 assertThat(keySet).has().exactly(0, 6, 7, 8, 15);
245 assertThat(keySet).has().exactly(0, 6, 7, 8, 15, 9);
250 assertThat(keySet).has().exactly(0, 7, 8, 15, 9, 1);
262 Set<Integer> keySet = cache.asMap().keySet();
263 assertThat(keySet).has().exactly(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
268 assertThat(keySet).has().exactly(0, 45);
273 assertThat(keySet).has().item(0);
284 Set<Integer> keySet = cache.asMap().keySet();
285 assertThat(keySet).isEmpty();
290 assertThat(keySet).has().exactly(0, 1, 2, 3, 4);
295 assertThat(keySet).isEmpty();
300 assertThat(keySet).has().exactly(5, 6, 7, 8, 9, 10, 11, 12);