AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CollectionMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCollection(String collectionName)
Create new collection (FIFO).
|
void |
addToCollection(String collectionName,
String value)
Add value to collection.
|
String |
pollFromCollection(String collectionName)
Poll value from collection.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void addCollection(String collectionName)
collectionName - collection name.public void addToCollection(String collectionName, String value)
collectionName - collection name.value - value.Copyright © 2017. All rights reserved.