public class MultiMapFactory extends Object
Constructor and Description |
---|
MultiMapFactory() |
Modifier and Type | Method and Description |
---|---|
static MultiMap |
make() |
static <Key extends Comparable,Value> |
make(boolean updatable) |
static <Key extends Comparable,Value,ListType extends List<Value>> |
make(boolean updatable,
NewSubMapProvider<Value,ListType> newSubMapProvider) |
public static <Key extends Comparable,Value,ListType extends List<Value>> MultiMap<Key,Value,ListType> make(boolean updatable, NewSubMapProvider<Value,ListType> newSubMapProvider)
public static <Key extends Comparable,Value> MultiMap<Key,Value,List<Value>> make(boolean updatable)
public static MultiMap make()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.