Package | Description |
---|---|
io.vavr.collection |
Purely functional collections based on Traversable.
|
Modifier and Type | Method and Description |
---|---|
static <V> LinkedHashMultimap.Builder<V> |
LinkedHashMultimap.withSeq() |
static <V> LinkedHashMultimap.Builder<V> |
LinkedHashMultimap.withSet() |
static <V extends Comparable<?>> |
LinkedHashMultimap.withSortedSet() |
static <V> LinkedHashMultimap.Builder<V> |
LinkedHashMultimap.withSortedSet(Comparator<? super V> comparator) |
Copyright © 2021. All Rights Reserved.