Class SimpleXid

    • Field Detail

      • NO_BYTES

        public static final byte[] NO_BYTES
        An empty byte array used when there is an empty XID component.
      • NO_XIDS

        public static final Xid[] NO_XIDS
        An empty XID array.
      • NO_SIMPLE_XIDS

        public static final SimpleXid[] NO_SIMPLE_XIDS
        An empty SimpleXid array.
      • EMPTY

        public static final SimpleXid EMPTY
        A completely empty SimpleXid, which sorts below all other SimpleXid instances.
    • Constructor Detail

      • SimpleXid

        public SimpleXid​(int formatId,
                         byte[] gtId,
                         byte[] bq)