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 SummaryModifier and Type Method Description XPutGetMap<K,V>newInstance()
- 
Method Details- 
newInstanceXPutGetMap<K,V> newInstance()- Specified by:
- newInstancein interface- XAddGetMap.Creator<K,V>
- Specified by:
- newInstancein interface- XAddingMap.Creator<K,V>
- Specified by:
- newInstancein interface- XGettingMap.Creator<K,V>
- Specified by:
- newInstancein interface- XPuttingMap.Creator<K,V>
 
 
-