Home
last modified time | relevance | path

Searched refs:lastIndexOfSubList (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/util/Collections/
DFindSubList.java99 int idx = Collections.lastIndexOfSubList(s, target[i]); in main()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollectionsTest.java1142 .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/
DCollections.annotated.java72 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/
DCollections.annotated.java74 public static int lastIndexOfSubList(@libcore.util.NonNull java.util.List<?> source, @libcore.util.… in lastIndexOfSubList() method in Collections
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java148 public static int lastIndexOfSubList(java.util.List<?> source, java.util.List<?> target) { in lastIndexOfSubList() method in Collections
/libcore/ojluni/src/main/java/java/util/
DCollections.java1024 public static int lastIndexOfSubList(List<?> source, List<?> target) { in lastIndexOfSubList() method in Collections
/libcore/api/
Dcurrent.txt13642 …method public static int lastIndexOfSubList(@NonNull java.util.List<?>, @NonNull java.util.List<?>…