public class IndexedAttachmentGroupImpl extends AttachmentGroupImpl implements IndexedAttachmentGroup
| Constructor and Description |
|---|
IndexedAttachmentGroupImpl(Collection<Attachment> attachments)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
com.chemaxon.calculations.sc.util.IntListSet |
attachmentIndices()
Atachment indices represented by this collection.
|
Attachment |
byIndex(int index)
Retrieve attachment by its index.
|
int |
maxAttachmentIndex()
Max attachment index value.
|
attachedAtoms, attachmentAtoms, byAtom, isAttachmentAtom, iterator, size, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitattachedAtoms, attachmentAtoms, byAtom, isAttachmentAtom, size, toString, toStringforEach, iterator, spliteratorpublic IndexedAttachmentGroupImpl(Collection<Attachment> attachments)
attachments - Attachments to representIllegalArgumentException - in case of attachment index collision; in case of attachemnt atom index
collisionpublic com.chemaxon.calculations.sc.util.IntListSet attachmentIndices()
IndexedAttachmentGroupattachmentIndices in interface IndexedAttachmentGrouppublic Attachment byIndex(int index)
IndexedAttachmentGroupbyIndex in interface IndexedAttachmentGroupindex - Attachment indexpublic int maxAttachmentIndex()
IndexedAttachmentGroupmaxAttachmentIndex in interface IndexedAttachmentGroup