C
- public final class LabeledIntMapFactory<C extends LabeledIntMap> extends Object implements com.google.common.base.Supplier<C>
Modifier and Type | Field and Description |
---|---|
static Class<LabeledIntTreeMap> |
DEFAULT_LABELEDINTMAP_CLASS |
Constructor and Description |
---|
LabeledIntMapFactory()
Use
DEFAULT_LABELEDINTMAP_CLASS as implementing class. |
LabeledIntMapFactory(Class<C> implementationClass) |
public static final Class<LabeledIntTreeMap> DEFAULT_LABELEDINTMAP_CLASS
public LabeledIntMapFactory(Class<C> implementationClass)
implementationClass
- public LabeledIntMapFactory()
DEFAULT_LABELEDINTMAP_CLASS
as implementing class.public C get()
get
in interface com.google.common.base.Supplier<C extends LabeledIntMap>
public C get(LabeledIntMap lim)
lim
- Copyright © 2019 Computer Science Department - University of Verona - Italy. All rights reserved.