Package | Description |
---|---|
com.communote.common.util |
Modifier and Type | Method and Description |
---|---|
static <L,R> PairComparator<L,R> |
PairComparator.createLeftSidePairComparator(Comparator<L> leftComparator)
Creating a constructor for a comparison on the left side of the pair
|
static <L,R> PairComparator<L,R> |
PairComparator.createRightSidePairComparator(Comparator<R> rightComparator)
Creating a constructor for a comparison on the right side of the pair
|
Copyright © 2019 Communote team. All rights reserved.