Interface XMap.Creator<K,V>
- All Superinterfaces:
XAddGetMap.Creator<K,V>
,XAddingMap.Creator<K,V>
,XGettingMap.Creator<K,V>
,XProcessingMap.Creator<K,V>
,XPutGetMap.Creator<K,V>
,XPuttingMap.Creator<K,V>
,XRemovingMap.Factory<K,V>
public static interface XMap.Creator<K,V> extends XProcessingMap.Creator<K,V>, XPutGetMap.Creator<K,V>
-
Method Summary
Modifier and Type Method Description XMap<K,V>
newInstance()
-
Method Details
-
newInstance
- Specified by:
newInstance
in interfaceXAddGetMap.Creator<K,V>
- Specified by:
newInstance
in interfaceXAddingMap.Creator<K,V>
- Specified by:
newInstance
in interfaceXGettingMap.Creator<K,V>
- Specified by:
newInstance
in interfaceXProcessingMap.Creator<K,V>
- Specified by:
newInstance
in interfaceXPutGetMap.Creator<K,V>
- Specified by:
newInstance
in interfaceXPuttingMap.Creator<K,V>
- Specified by:
newInstance
in interfaceXRemovingMap.Factory<K,V>
-