public class FeatureMap extends Object
| Constructor and Description |
|---|
FeatureMap()
Instantiates a new feature map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(ConfigurableFeature entity)
Adds the.
|
boolean |
contains(String key)
Contains.
|
ConfigurableFeature |
get(int index)
Gets the.
|
ConfigurableFeature |
get(String key)
Gets the.
|
int |
size()
Size.
|
public void add(ConfigurableFeature entity)
entity - the entitypublic ConfigurableFeature get(int index)
index - the indexpublic ConfigurableFeature get(String key)
key - the keypublic boolean contains(String key)
key - the keypublic int size()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.