Creator is now just Function
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6019 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -57,7 +57,7 @@ public class DefaultMap<K, V> extends ForwardingMap<K, V>
|
||||
|
||||
|
||||
/**
|
||||
* Returns a Creator that makes instances of the supplied class (using its no-args
|
||||
* Returns a Function that makes instances of the supplied class (using its no-args
|
||||
* constructor) as default values.
|
||||
*/
|
||||
public static <K, V> Function<K, V> newInstanceCreator (Class<V> clazz) {
|
||||
|
||||
Reference in New Issue
Block a user