|
|||||||||
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.TreeSet
sit.TargetSet
public class TargetSet
Constructor Summary | |
---|---|
TargetSet(clus.data.type.ClusAttrType MainTarget)
|
|
TargetSet(clus.data.type.ClusSchema schema,
jeans.util.IntervalCollection targets)
Creates a targetset from a ClusSchema and an IntervalCollection |
|
TargetSet(TargetSet Other)
|
Method Summary |
---|
Methods inherited from class java.util.TreeSet |
---|
add, addAll, clear, clone, comparator, contains, first, headSet, isEmpty, iterator, last, remove, size, subSet, 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 |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
Constructor Detail |
---|
public TargetSet(clus.data.type.ClusAttrType MainTarget)
public TargetSet(TargetSet Other)
public TargetSet(clus.data.type.ClusSchema schema, jeans.util.IntervalCollection targets)
schema
- The schema containing all targetstargets
- IntervalCollection of the targets that should be added to this TargetSet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |