JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class ManySamples

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended bygov.nasa.alsUtility.ManySamples
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ManySamples
extends java.util.Hashtable
implements java.io.Serializable

See Also:
Sample, Serialized Form

Constructor Summary
ManySamples()
           
 
Method Summary
 java.lang.String[] getDataNames()
           
 Sample getSample(java.lang.String name)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManySamples

public ManySamples()
Method Detail

getSample

public Sample getSample(java.lang.String name)
Returns:
the sample with name String name. Create it if necessary.

getDataNames

public java.lang.String[] getDataNames()
Returns:
an array of all Sample object names

JavaGenes, NASA Ames. Written largely by Al Globus