Package com.actelion.research.chem.conf
Class ConformerSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.TreeSet<Conformer>
-
- com.actelion.research.chem.conf.ConformerSet
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<Conformer>
,java.util.Collection<Conformer>
,java.util.NavigableSet<Conformer>
,java.util.Set<Conformer>
,java.util.SortedSet<Conformer>
public class ConformerSet extends java.util.TreeSet<Conformer>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConformerSet()
ConformerSet(byte[] idcode, byte[] coords)
ConformerSet(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConformerSet
getSubset(int size)
java.lang.String
toString()
-
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, spliterator, subSet, subSet, tailSet, tailSet
-
-
-
-
Method Detail
-
getSubset
public ConformerSet getSubset(int size)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.util.AbstractCollection<Conformer>
-
-