Interface XPutGetMap.Creator<K,V>
- All Superinterfaces:
XAddGetMap.Creator<K,V>
,XAddingMap.Creator<K,V>
,XGettingMap.Creator<K,V>
,XPuttingMap.Creator<K,V>
- All Known Subinterfaces:
XMap.Creator<K,V>
- Enclosing interface:
- XPutGetMap<K,V>
public static interface XPutGetMap.Creator<K,V> extends XPuttingMap.Creator<K,V>, XAddGetMap.Creator<K,V>
-
Method Summary
Modifier and Type Method Description XPutGetMap<K,V>
newInstance()
-
Method Details
-
newInstance
XPutGetMap<K,V> 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 interfaceXPuttingMap.Creator<K,V>
-