mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-09 03:25:25 +00:00
Javadoc
This commit is contained in:
parent
f84c8d6ea1
commit
0bfe65b691
@ -75,9 +75,11 @@ public class PatriciaTrie<V> extends AbstractPatriciaTrie<String, V> {
|
||||
|
||||
/**
|
||||
* Constructs a new instance.
|
||||
*
|
||||
* @param map mappings to be stored in this map.
|
||||
*/
|
||||
public PatriciaTrie(final Map<? extends String, ? extends V> m) {
|
||||
super(StringKeyAnalyzer.INSTANCE, m);
|
||||
public PatriciaTrie(final Map<? extends String, ? extends V> map) {
|
||||
super(StringKeyAnalyzer.INSTANCE, map);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user