Class ConfBitBig

All Implemented Interfaces:
Serializable, Cloneable, Comparable<ConfBits>

public class ConfBitBig extends ConfBits implements Cloneable, Serializable
DATA_CONTAINER - Corresponds to the YANG bits type, where bit position exceed 63.
See Also:
  • Constructor Details

    • ConfBitBig

      public ConfBitBig(byte[] val)
      Construct a ConfBitBig value from a byte array with the bytes in little endian order
      Parameters:
      val -
    • ConfBitBig

      public ConfBitBig(String str) throws ConfException
      String constructor for ConfBitBig. The string representation is expected to be 'bin<0x...>' with the hexadecimal representation of the bitset in little endian order.
      Parameters:
      str -
      Throws:
      ConfException
  • Method Details

    • equals

      public boolean equals(Object o)
      Equals method for ConfBitBig
      Overrides:
      equals in class ConfBits
      Parameters:
      o - The object to compare to.
      Returns:
      true if the objects are identical.
    • hashCode

      public int hashCode()
      hashCode method for ConfBitBig
      Overrides:
      hashCode in class ConfBits