Interface XProcessingMap.Creator<K,V>
- All Superinterfaces:
- XGettingMap.Creator<K,V>,- XRemovingMap.Factory<K,V>
- All Known Subinterfaces:
- XMap.Creator<K,V>
- Enclosing interface:
- XProcessingMap<K,V>
public static interface XProcessingMap.Creator<K,V> extends XRemovingMap.Factory<K,V>, XGettingMap.Creator<K,V>
- 
Method SummaryModifier and Type Method Description XProcessingMap<K,V>newInstance()
- 
Method Details- 
newInstanceXProcessingMap<K,V> newInstance()- Specified by:
- newInstancein interface- XGettingMap.Creator<K,V>
- Specified by:
- newInstancein interface- XRemovingMap.Factory<K,V>
 
 
-