Package | Description |
---|---|
io.jsonwebtoken.lang |
Modifier and Type | Method and Description |
---|---|
Maps.MapBuilder<K,V> |
Maps.MapBuilder.and(K key,
V value)
Add a new entry to this map builder
|
static <K,V> Maps.MapBuilder<K,V> |
Maps.of(K key,
V value)
Creates a new map builder with a single entry.
|
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.