Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
uk.ac.roslin.ensembl.model
Class MappingSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.TreeSet<Mapping>
uk.ac.roslin.ensembl.model.MappingSet
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Mapping>, Collection<Mapping>, NavigableSet<Mapping>, Set<Mapping>, SortedSet<Mapping>
public class MappingSet
- extends TreeSet<Mapping>
- implements Serializable
Used to be abstract with signature
public abstract class MappingSet extends TreeSet implements Serializable {
- Author:
- tpaterso
- See Also:
- Serialized Form
Methods inherited from class java.util.TreeSet |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSet |
MappingSet
public MappingSet()
MappingSet
public MappingSet(Comparator differentComparator)
getExtent
public Coordinate getExtent()
Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3