public class Maps2 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Maps2.MapBuilder<T,U> |
| Constructor and Description |
|---|
Maps2() |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> Maps2.MapBuilder<T,U> |
map(T key,
U value)
Initialize new MapBuilder, create new empty HashMap; add entry to it.
|
public static <T,U> Maps2.MapBuilder<T,U> map(T key, U value)
Copyright © 2025. All rights reserved.