Module qtjambi
Package io.qt.core

Class QUuid.Id128Bytes

java.lang.Object
io.qt.QtObject
io.qt.core.QUuid.Id128Bytes
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QUuid

public static final class QUuid.Id128Bytes extends QtObject implements Cloneable

Java wrapper for Qt class QUuid::Id128Bytes

  • Constructor Summary

    Constructors
    Constructor
    Description
    See QUuid::Id128Bytes::Id128Bytes()
    Id128Bytes(byte... data)
    Create instance from set of bytes.
    Id128Bytes(int... data)
    Create instance from set of int values.
    Id128Bytes(long... data)
    Create instance from set of long values.
    Id128Bytes(short... data)
    Create instance from set of short values.
    See QUuid::Id128Bytes::Id128Bytes(QUuid::Id128Bytes)
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates and returns a copy of this object.
    final byte []
    See QUuid::Id128Bytes::data
    final short []
    See QUuid::Id128Bytes::data16
    final int []
    See QUuid::Id128Bytes::data32
    final long []
    See QUuid::Id128Bytes::data64
    final boolean
    See operator==(QUuid::Id128Bytes,QUuid::Id128Bytes)
    boolean
    equals(Object other)
    See operator==(QUuid::Id128Bytes,QUuid::Id128Bytes)
    int
    Returns the objects's hash code computed by qHash(QUuid::Id128Bytes).
    of(byte... data)
    Create instance from set of bytes.
    of(int... data)
    Create instance from set of int values.
    of(long... data)
    Create instance from set of long values.
    of(short... data)
    Create instance from set of short values.
    final void
    setData(byte [] data)
    See QUuid::Id128Bytes::data
    final void
    setData16(short [] data16)
    See QUuid::Id128Bytes::data16
    final void
    setData32(int [] data32)
    See QUuid::Id128Bytes::data32
    final void
    setData64(long [] data64)
    See QUuid::Id128Bytes::data64
    See QUuid::Id128Bytes::operator QByteArrayView()const

    Methods inherited from class io.qt.QtObject

    dispose, isDisposed

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait