Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Model
v1.09

uk.ac.roslin.ensembl.model
Class MappingSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.TreeSet<Mapping>
              extended by 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

Constructor Summary
MappingSet()
           
MappingSet(Comparator differentComparator)
           
 
Method Summary
 Coordinate getExtent()
           
 
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
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

MappingSet

public MappingSet()

MappingSet

public MappingSet(Comparator differentComparator)
Method Detail

getExtent

public Coordinate getExtent()

Ensembl Model
v1.09

Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3