Home
last modified time | relevance | path

Searched refs:checkContents1 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/util/SequencedCollection/
DBasic.java357 public void checkContents1(SequencedCollection<String> seq, List<String> ref) { in checkContents1() method in Basic
398 checkContents1(seq, ref); in checkContents()
402 checkContents1(rseq, rref); in checkContents()
405 checkContents1(rrseq, ref); in checkContents()
DBasicMap.java282 …public void checkContents1(SequencedMap<String, Integer> map, List<Map.Entry<String, Integer>> ref… in checkContents1() method in BasicMap
298 checkContents1(map, ref); in checkContents()
303 checkContents1(rmap, rref); in checkContents()
306 checkContents1(rrmap, ref); in checkContents()