Class GeneSets
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<GeneSet>
-
- de.julielab.jules.ae.genemapping.genemodel.GeneSets
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<GeneSet>,java.util.Collection<GeneSet>,java.util.Set<GeneSet>
public class GeneSets extends java.util.HashSet<GeneSet>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneSets()
-
Method Summary
-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
-