edu.washington.biostr.sig.volume
Class AtlasCollection
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.TreeSet<AtlasElement>
edu.washington.biostr.sig.volume.AtlasCollection
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<AtlasElement>, Collection<AtlasElement>, Set<AtlasElement>, SortedSet<AtlasElement>
public class AtlasCollection
- extends TreeSet<AtlasElement>
Hold the AtlasElements in a collection that is used to organize and display
the data.
- Version:
- 1.2
- Author:
- Eider Moore
- See Also:
- Serialized Form
| Methods inherited from class java.util.TreeSet |
add, addAll, clear, clone, comparator, contains, first, headSet, isEmpty, iterator, last, remove, size, subSet, tailSet |
AtlasCollection
public AtlasCollection(String name)
- Create a new structure.
- Parameters:
name - The name that will be displayed
getName
public String getName()
- Get the name of this set.
- Returns:
- The name that is displayed.
Copyright © 2006 University of Washington. All Rights Reserved.