|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResultSetGroupMap
Manages a map of result sets.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Method Summary | |
|---|---|
java.util.Map |
asMap()
This map of result sets as an untyped map. |
java.lang.Object |
clone()
|
java.lang.String |
get(IResultSetMap results)
The name associated with a particular result set 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. |
java.lang.String |
put(IResultSetMap results,
java.lang.String name)
Adds a mapping between a result set and a name. |
void |
putAll(java.util.Map map)
Adds all the entries from the map to this map. |
| Method Detail |
|---|
java.util.Map asMap()
java.lang.Object clone()
java.lang.String get(IResultSetMap results)
results - Result setjava.util.Iterator iterator()
java.util.Set keySet()
java.lang.String put(IResultSetMap results,
java.lang.String name)
results - Result setname - Namevoid putAll(java.util.Map map)
map - Map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||