| Constructor and Description |
|---|
MapBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Map<T,U> |
build()
Return map.
|
Maps2.MapBuilder<T,U> |
hashMap()
Initialize new empty HashMap; return the Builder.
|
Map<T,U> |
ro()
Return a new unmodifiable map.
|
Maps2.MapBuilder<T,U> |
val(T key,
U value)
Initialize new empty HashMap if necessary; add specified entry; return the Builder.
|
public Maps2.MapBuilder<T,U> hashMap()
public Maps2.MapBuilder<T,U> val(T key, U value)
Copyright © 2025. All rights reserved.