Searched refs:lastIndexOfSubList (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/test/java/util/Collections/ |
D | FindSubList.java | 99 int idx = Collections.lastIndexOfSubList(s, target[i]); in main()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | CollectionsTest.java | 1142 .lastIndexOf(string2), Collections.lastIndexOfSubList(list, in testwithCharList() 1153 Collections.lastIndexOfSubList(null, list); in test_lastIndexOfSubListLjava_util_ListLjava_util_List() 1159 Collections.lastIndexOfSubList(list, null); in test_lastIndexOfSubListLjava_util_ListLjava_util_List() 1204 Collections.lastIndexOfSubList(src, sub)); in test_lastIndexOfSubList2() 1209 Collections.lastIndexOfSubList(src, sub)); in test_lastIndexOfSubList2() 1214 Collections.lastIndexOfSubList(src, sub)); in test_lastIndexOfSubList2() 1219 Collections.lastIndexOfSubList(src, sub)); in test_lastIndexOfSubList2() 1224 Collections.lastIndexOfSubList(src, sub)); in test_lastIndexOfSubList2() 1229 Collections.lastIndexOfSubList(src, sub)); in test_lastIndexOfSubList2() 1234 Collections.lastIndexOfSubList(src, sub)); in test_lastIndexOfSubList2() [all …]
|
/libcore/ojluni/annotations/flagged_api/java/util/ |
D | Collections.annotated.java | 72 public static int lastIndexOfSubList(java.util.List<?> source, java.util.List<?> target) { throw ne… in lastIndexOfSubList() method in Collections
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Collections.annotated.java | 74 public static int lastIndexOfSubList(@libcore.util.NonNull java.util.List<?> source, @libcore.util.… in lastIndexOfSubList() method in Collections
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Collections.java | 148 public static int lastIndexOfSubList(java.util.List<?> source, java.util.List<?> target) { in lastIndexOfSubList() method in Collections
|
/libcore/ojluni/src/main/java/java/util/ |
D | Collections.java | 1024 public static int lastIndexOfSubList(List<?> source, List<?> target) { in lastIndexOfSubList() method in Collections
|
/libcore/api/ |
D | current.txt | 13642 …method public static int lastIndexOfSubList(@NonNull java.util.List<?>, @NonNull java.util.List<?>…
|