Package | Description |
---|---|
net.objectlab.kit.collections |
This package is inspired by Guava BUT instead of loading one key at a time in an expiring cache, the whole dataset
can be loaded in one go; of course use this ONLY if your dataset is small.
|
Modifier and Type | Method and Description |
---|---|
DefaultMapBuilder<K,V> |
DefaultMapBuilder.put(K key,
V value)
Associates
key with value in the built map. |
DefaultMapBuilder<K,V> |
DefaultMapBuilder.putAll(Map<? extends K,? extends V> map)
Associates all of the given map's keys and values in the built map.
|
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.