Interface XProcessingMap.Creator<K,V>
- All Superinterfaces:
XGettingMap.Creator<K,V>
,XRemovingMap.Factory<K,V>
- All Known Subinterfaces:
XMap.Creator<K,V>
- Enclosing interface:
- XProcessingMap<K,V>
public static interface XProcessingMap.Creator<K,V> extends XRemovingMap.Factory<K,V>, XGettingMap.Creator<K,V>
-
Method Summary
Modifier and Type Method Description XProcessingMap<K,V>
newInstance()
-
Method Details
-
newInstance
XProcessingMap<K,V> newInstance()- Specified by:
newInstance
in interfaceXGettingMap.Creator<K,V>
- Specified by:
newInstance
in interfaceXRemovingMap.Factory<K,V>
-