ca.cas.nucleus
Class Genome<E extends Chromosome>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<E>
              extended by ca.cas.nucleus.Genome<E>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.Set<E>

public class Genome<E extends Chromosome>
extends java.util.HashSet<E>

See Also:
Serialized Form

Constructor Summary
Genome()
           
Genome(java.util.Collection<? extends E> c)
           
Genome(int initialCapacity)
           
 
Method Summary
 boolean add(E o)
           
 java.lang.Object clone()
           
 long totalBP()
           
 
Methods inherited from class java.util.HashSet
clear, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, 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
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

Genome

public Genome()

Genome

public Genome(int initialCapacity)

Genome

public Genome(java.util.Collection<? extends E> c)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.util.HashSet<E extends Chromosome>

totalBP

public long totalBP()

add

public boolean add(E o)
Specified by:
add in interface java.util.Collection<E extends Chromosome>
Specified by:
add in interface java.util.Set<E extends Chromosome>
Overrides:
add in class java.util.HashSet<E extends Chromosome>