| Package | Description |
|---|---|
| org.nerd4j.utils.tuple |
| Modifier and Type | Method and Description |
|---|---|
static <L extends Comparable<L>> |
ComparablePair.withLeft(L value)
Creates a new
ComparablePair.Builder with
the given left value. |
static <L extends Comparable<L>> |
ComparablePair.withLeft(L value,
boolean nullLast)
Creates a new
ComparablePair.Builder with
the given left values. |
static <L> ComparablePair.Builder<L> |
ComparablePair.withLeft(L value,
Comparator<L> comparator)
Creates a new
ComparablePair.Builder with
the given left values. |
Copyright © 2011–2020 Nerd4j. All rights reserved.