Searched refs:findLast (Results 1 – 9 of 9) sorted by relevance
120 assertSame(CollectionUtils.findLast(listAE) { it == "A" }, listAE[0]) in testFindFirstFindLast()121 assertSame(CollectionUtils.findLast(listAE) { it == "B" }, listAE[1]) in testFindFirstFindLast()122 assertSame(CollectionUtils.findLast(listAE) { it == "E" }, listAE[4]) in testFindFirstFindLast()123 assertNull(CollectionUtils.findLast(listAE) { it == "F" }) in testFindFirstFindLast()130 assertSame(CollectionUtils.findLast(listMulti) { it == "A" }, listMulti[6]) in testFindFirstFindLast()131 assertSame(CollectionUtils.findLast(listMulti) { it == "B" }, listMulti[1]) in testFindFirstFindLast()132 assertSame(CollectionUtils.findLast(listMulti) { it == "E" }, listMulti[7]) in testFindFirstFindLast()133 assertNull(CollectionUtils.findLast(listMulti) { it == "F" }) in testFindFirstFindLast()
34 val lastItem = pageTimeStampList.findLast { it.pageId == pageId } in getPageDuration()
276 public static <T> T findLast(@NonNull final List<T> haystack, in findLast() method in CollectionUtils
83 return UnusedPeriod.allPeriods.findLast { duration > it.duration } in <lambda>()
1172 val testNetworkSnapshot = snapshots.findLast { it.network == agent.network } in testSetSubscriberId()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
3399 final CallbackEntry found = CollectionUtils.findLast(cb.getHistory(),