| Modifier and Type | Method and Description |
|---|---|
static ScannerToMap.Replace |
ScannerToMap.Replace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScannerToMap.Replace[] |
ScannerToMap.Replace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,K,V> Function<Scanner<T>,Map<K,V>> |
ScannerToMap.of(Function<T,K> keyFunction,
Function<T,V> valueFunction,
ScannerToMap.Replace replacePolicy) |
static <T,K,V,M extends Map<K,V>> |
ScannerToMap.ofSupplied(Function<T,K> keyFunction,
Function<T,V> valueFunction,
ScannerToMap.Replace replacePolicy,
Supplier<M> mapSupplier) |
default <K,V> Map<K,V> |
Scanner.toMap(Function<T,K> keyFunction,
Function<T,V> valueFunction,
ScannerToMap.Replace replacePolicy) |
default <K,V,M extends Map<K,V>> |
Scanner.toMapSupplied(Function<T,K> keyFunction,
Function<T,V> valueFunction,
ScannerToMap.Replace replacePolicy,
Supplier<M> mapSupplier) |
Copyright © 2009–2022. All rights reserved.