- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for StandardDescendingSet (0.12 sec)
-
android/guava/src/com/google/common/collect/ForwardingNavigableSet.java
* forward to this implementation or a subclass thereof. * * @since 12.0 */ protected class StandardDescendingSet extends Sets.DescendingSet<E> { /** Constructor for use by subclasses. */ public StandardDescendingSet() { super(ForwardingNavigableSet.this); } } @Override public Iterator<E> descendingIterator() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri May 12 15:26:39 UTC 2023 - 9K bytes - Viewed (0)