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:
 newInstancein interfaceXAddGetMap.Creator<K,V>- Specified by:
 newInstancein interfaceXAddingMap.Creator<K,V>- Specified by:
 newInstancein interfaceXGettingMap.Creator<K,V>- Specified by:
 newInstancein interfaceXPuttingMap.Creator<K,V>
 
 -