Class BondSet

  • All Implemented Interfaces:
    Cloneable, javajs.api.JSONEncodable

    public class BondSet
    extends javajs.util.BS
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] associatedAtoms  
    • Constructor Summary

      Constructors 
      Constructor Description
      BondSet()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BondSet newBS​(javajs.util.BS bs, int[] atoms)  
      • Methods inherited from class javajs.util.BS

        and, andNot, cardinality, cardinalityN, clear, clearAll, clearBits, clone, copy, equals, escape, get, hashCode, intersects, isEmpty, length, newN, nextClearBit, nextSetBit, or, set, setBits, setBitTo, size, toJSON, toString, unescape, xor
    • Field Detail

      • associatedAtoms

        public int[] associatedAtoms
    • Constructor Detail

      • BondSet

        public BondSet()
    • Method Detail

      • newBS

        public static BondSet newBS​(javajs.util.BS bs,
                                    int[] atoms)