| Constructor and Description |
|---|
MetaData()
Creates a new MetaData object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(E dataSet)
Adds a data set to the data structure.
|
void |
clear()
Removes all meta data.
|
boolean |
containsKey(String key)
Checks if there is a data set with the specified key.
|
boolean |
containsValue(String value)
Checks if any data set contains the specified value.
|
List<E> |
get(String key)
Returns all data sets for a key.
|
boolean |
isEmpty()
Checks if this meta data contains data sets.
|
Iterator<List<E>> |
iterator() |
int |
size()
Returns the number of saved data sets.
|
String |
toString() |
public void add(E dataSet)
dataSet - the data set to add.public List<E> get(String key)
key - the key whose associated value is to be returned.public void clear()
public boolean containsKey(String key)
key - the keypublic boolean containsValue(String value)
value - the value to check for.public boolean isEmpty()
public int size()
Copyright © 2014 The Apache Software Foundation. All rights reserved.