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