org.gcube.portlets.d4sreporting.common.shared
Class MasterSequenceList
java.lang.Object
org.gcube.portlets.d4sreporting.common.shared.MasterSequenceList
- All Implemented Interfaces:
- Serializable
public class MasterSequenceList
- extends Object
- implements Serializable
- Author:
- Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it
Groups a list of MasterSequence instances
- See Also:
- Serialized Form
MasterSequenceList
public MasterSequenceList()
MasterSequenceList
public MasterSequenceList(ArrayList<MasterSequence> sequences)
getSequences
public ArrayList<MasterSequence> getSequences()
setSequences
public void setSequences(ArrayList<MasterSequence> sequences)
addSequence
public void addSequence(MasterSequence toAdd)
clear
public void clear()
get
public MasterSequence get(int index)
size
public int size()
remove
public MasterSequence remove(String key)
- remove the MasterSequence having key as key
- Parameters:
key - to look for
- Returns:
- the removed MasterSequence or null if not found
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.