Package uk.ac.manchester.spinnaker.utils
Interface DefaultMap.KeyAwareFactory<K,V> 
- Type Parameters:
- K- The type of keys.
- V- The type of values.
- Enclosing class:
- DefaultMap<K,V> 
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An advanced factory that has access to the key when it is creating the
 value to associate with it.
- Author:
- Donal Fellows
- 
Method Summary
- 
Method Details- 
createValueCreate a new value for the default map.- Parameters:
- key- The key that will be used to store the value in the map.
- Returns:
- the value to store
 
 
-