| Package | Description |
|---|---|
| one.microstream.collections |
| Modifier and Type | Method and Description |
|---|---|
MapEntriesConcatenator<K,V> |
MapEntriesConcatenator.configure(String mapStartSymbol,
String mapEndSymbol,
String preKeySymbol,
String mappingSymbol,
String postValueSymbol)
Convenience method that combines all setters in one call.
|
MapEntriesConcatenator<K,V> |
MapEntriesConcatenator.configureEntrySymbols(String preKeySymbol,
String mappingSymbol,
String postValueSymbol) |
MapEntriesConcatenator<K,V> |
MapEntriesConcatenator.configureMapSymbols(String mapStartSymbol,
String mapEndSymbol) |
MapEntriesConcatenator<K,V> |
MapEntriesConcatenator.setMapEndSymbol(String mapEndSymbol) |
MapEntriesConcatenator<K,V> |
MapEntriesConcatenator.setMappingSymbol(String mappingSymbol) |
MapEntriesConcatenator<K,V> |
MapEntriesConcatenator.setMapStartSymbol(String mapStartSymbol) |
MapEntriesConcatenator<K,V> |
MapEntriesConcatenator.setPostValueSymbol(String postValueSymbol) |
MapEntriesConcatenator<K,V> |
MapEntriesConcatenator.setPreKeySymbol(String preKeySymbol) |
Copyright © 2022 MicroStream Software. All rights reserved.