|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResultSetMap
Manages a map of results.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jigcell.compare.data.IDataGeneratorCollection |
|---|
IDataGeneratorCollection.Key |
| Method Summary | |
|---|---|
IDataElement |
get(IDataGeneratorCollection.Key key)
The result associated with a particular key or null if there is no such mapping. |
java.util.Iterator |
iterator()
An iterator over the entries of this map. |
java.util.Set |
keySet()
All of the keys in this map. |
IDataElement |
put(IDataGeneratorCollection.Key key,
IDataElement result)
Adds a mapping between a key and result. |
IDataElement |
put(IDataGeneratorCollection.Key key,
java.lang.String result)
Adds a mapping between a key and result. |
IDataElement |
put(java.lang.String name,
java.lang.String id,
IDataElement result)
Adds a mapping between a name, id, and result. |
IDataElement |
put(java.lang.String name,
java.lang.String id,
java.lang.String result)
Adds a mapping between a name, id, and result. |
void |
putAll(java.util.Map map)
Adds all the entries from the map to this map. |
| Methods inherited from interface jigcell.compare.data.IDataGeneratorCollection |
|---|
clone |
| Method Detail |
|---|
IDataElement get(IDataGeneratorCollection.Key key)
key - Keyjava.util.Iterator iterator()
java.util.Set keySet()
IDataElement put(IDataGeneratorCollection.Key key,
IDataElement result)
key - Keyresult - Generator result
IDataElement put(IDataGeneratorCollection.Key key,
java.lang.String result)
key - Keyresult - Generator result
IDataElement put(java.lang.String name,
java.lang.String id,
IDataElement result)
name - Nameid - Idresult - Generator result
IDataElement put(java.lang.String name,
java.lang.String id,
java.lang.String result)
name - Nameid - Idresult - Generator resultvoid putAll(java.util.Map map)
map - Map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||