Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pairwise (0.16 sec)

  1. android/guava/src/com/google/common/collect/LexicographicalOrdering.java

    import java.util.Comparator;
    import java.util.Iterator;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /** An ordering which sorts iterables by comparing corresponding elements pairwise. */
    @GwtCompatible(serializable = true)
    @ElementTypesAreNonnullByDefault
    final class LexicographicalOrdering<T extends @Nullable Object> extends Ordering<Iterable<T>>
        implements Serializable {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Sun Jun 20 14:22:42 GMT 2021
    - 2.4K bytes
    - Viewed (0)
Back to top