Interface XPuttingMap.Creator<K,V>
- All Superinterfaces:
XAddingMap.Creator<K,V>
- All Known Subinterfaces:
XMap.Creator<K,V>
,XPutGetMap.Creator<K,V>
- Enclosing interface:
- XPuttingMap<K,V>
public static interface XPuttingMap.Creator<K,V> extends XAddingMap.Creator<K,V>
-
Method Summary
Modifier and Type Method Description XPuttingMap<K,V>
newInstance()
-
Method Details
-
newInstance
XPuttingMap<K,V> newInstance()- Specified by:
newInstance
in interfaceXAddingMap.Creator<K,V>
-