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