Home
last modified time | relevance | path

Searched defs:expElements (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/SequencedCollection/
DBasicMap.java317 public <T> void checkView1(Collection<T> mapView, List<T> expElements) { in checkView1()
365 public <T> void checkSeqView1(SequencedCollection<T> mapView, List<T> expElements) { in checkSeqView1()