- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for subListImpl (0.07 sec)
-
android/guava/src/com/google/common/collect/ForwardingList.java
* methods, you may wish to override {@link #subList(int, int)} to forward to this implementation. * * @since 7.0 */ protected List<E> standardSubList(int fromIndex, int toIndex) { return Lists.subListImpl(this, fromIndex, toIndex); } /** * A sensible definition of {@link #equals(Object)} in terms of {@link #size} and {@link * #iterator}. If you override either of those methods, you may wish to override {@link
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 7.8K bytes - Viewed (0)