|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
ca.cas.nucleus.Genome<E>
public class Genome<E extends Chromosome>
| 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 |
|---|
public Genome()
public Genome(int initialCapacity)
public Genome(java.util.Collection<? extends E> c)
| Method Detail |
|---|
public java.lang.Object clone()
clone in class java.util.HashSet<E extends Chromosome>public long totalBP()
public boolean add(E o)
add in interface java.util.Collection<E extends Chromosome>add in interface java.util.Set<E extends Chromosome>add in class java.util.HashSet<E extends Chromosome>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||