Interface XMap.Creator<K,V>
- All Superinterfaces:
 XAddGetMap.Creator<K,V>,XAddingMap.Creator<K,V>,XGettingMap.Creator<K,V>,XProcessingMap.Creator<K,V>,XPutGetMap.Creator<K,V>,XPuttingMap.Creator<K,V>,XRemovingMap.Factory<K,V>
public static interface XMap.Creator<K,V> extends XProcessingMap.Creator<K,V>, XPutGetMap.Creator<K,V>
- 
Method Summary
Modifier and Type Method Description XMap<K,V>newInstance() 
- 
Method Details
- 
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 interfaceXProcessingMap.Creator<K,V>- Specified by:
 newInstancein interfaceXPutGetMap.Creator<K,V>- Specified by:
 newInstancein interfaceXPuttingMap.Creator<K,V>- Specified by:
 newInstancein interfaceXRemovingMap.Factory<K,V>
 
 -