| Package | Description |
|---|---|
| org.qubership.automation.itf.util |
| Modifier and Type | Method and Description |
|---|---|
Maps2.MapBuilder<T,U> |
Maps2.MapBuilder.hashMap()
Initialize new empty HashMap; return the Builder.
|
static <T,U> Maps2.MapBuilder<T,U> |
Maps2.map(T key,
U value)
Initialize new MapBuilder, create new empty HashMap; add entry to it.
|
Maps2.MapBuilder<T,U> |
Maps2.MapBuilder.val(T key,
U value)
Initialize new empty HashMap if necessary; add specified entry; return the Builder.
|
Copyright © 2025. All rights reserved.