Uses of Class
io.qt.core.QConstSpan
-
Uses of QConstSpan in io.qt.core
Modifier and TypeMethodDescriptionQConstSpan.clone()
Creates and returns a copy of this container.QConstSpan.first
(int n) QConstSpan.last
(int n) static <T> QConstSpan<T>
QConstSpan.of()
static <T> QConstSpan<T>
QConstSpan.of
(T element0, T ... elements) static QConstSpan<@QtPrimitiveType Boolean>
QConstSpan.ofBoolean
(boolean... array) static QConstSpan<@QtPrimitiveType Byte>
QConstSpan.ofBuffer
(ByteBuffer buffer) static QConstSpan<@QtPrimitiveType Character>
QConstSpan.ofBuffer
(CharBuffer buffer) static QConstSpan<@QtPrimitiveType Double>
QConstSpan.ofBuffer
(DoubleBuffer buffer) static QConstSpan<@QtPrimitiveType Float>
QConstSpan.ofBuffer
(FloatBuffer buffer) static QConstSpan<@QtPrimitiveType Integer>
static QConstSpan<@QtPrimitiveType Long>
QConstSpan.ofBuffer
(LongBuffer buffer) static QConstSpan<@QtPrimitiveType Short>
QConstSpan.ofBuffer
(ShortBuffer buffer) static QConstSpan<@QtPrimitiveType Byte>
QConstSpan.ofByte
(byte... array) static QConstSpan<@QtPrimitiveType Byte>
QConstSpan.ofByte
(QByteArray array) static QConstSpan<@QtPrimitiveType Byte>
QConstSpan.ofByte
(QByteArrayView array) static QConstSpan<@QtPrimitiveType Character>
QConstSpan.ofChar
(char... array) static QConstSpan<@QtPrimitiveType Character>
static QConstSpan<@QtPrimitiveType Character>
QConstSpan.ofChar
(CharSequence string) static QConstSpan<@QtPrimitiveType Character>
static QConstSpan<@QtPrimitiveType Double>
QConstSpan.ofDouble
(double... array) static QConstSpan<@QtPrimitiveType Float>
QConstSpan.ofFloat
(float... array) static QConstSpan<@QtPrimitiveType Integer>
QConstSpan.ofInt
(int... array) static <T> QConstSpan<T>
static <T> QConstSpan<T>
QConstSpan.ofList
(Collection<T> list) static QConstSpan<@QtPrimitiveType Long>
QConstSpan.ofLong
(long... array) static QConstSpan<@QtPrimitiveType Short>
QConstSpan.ofShort
(short... array) static <T> QConstSpan<T>
static <T> QConstSpan<T>
QConstSpan.sliced
(int offset) QConstSpan.sliced
(int offset, int n) QConstSpan.subspan
(int offset) QConstSpan.subspan
(int offset, int n) Modifier and TypeMethodDescriptionstatic boolean []
QConstSpan.asBooleanArray
(QConstSpan<@QtPrimitiveType Boolean> span) static byte []
QConstSpan.asByteArray
(QConstSpan<@QtPrimitiveType Byte> span) static ByteBuffer
QConstSpan.asByteBuffer
(QConstSpan<@QtPrimitiveType Byte> span) static char []
QConstSpan.asCharArray
(QConstSpan<@QtPrimitiveType Character> span) static CharBuffer
QConstSpan.asCharBuffer
(QConstSpan<@QtPrimitiveType Character> span) static double []
QConstSpan.asDoubleArray
(QConstSpan<@QtPrimitiveType Double> span) static DoubleBuffer
QConstSpan.asDoubleBuffer
(QConstSpan<@QtPrimitiveType Double> span) static float []
QConstSpan.asFloatArray
(QConstSpan<@QtPrimitiveType Float> span) static FloatBuffer
QConstSpan.asFloatBuffer
(QConstSpan<@QtPrimitiveType Float> span) static int []
QConstSpan.asIntArray
(QConstSpan<@QtPrimitiveType Integer> span) static IntBuffer
QConstSpan.asIntBuffer
(QConstSpan<@QtPrimitiveType Integer> span) static long []
QConstSpan.asLongArray
(QConstSpan<@QtPrimitiveType Long> span) static LongBuffer
QConstSpan.asLongBuffer
(QConstSpan<@QtPrimitiveType Long> span) static <T> T []
QConstSpan.asObjectArray
(QConstSpan<@QtPrimitiveType T> span) static short []
QConstSpan.asShortArray
(QConstSpan<@QtPrimitiveType Short> span) static ShortBuffer
QConstSpan.asShortBuffer
(QConstSpan<@QtPrimitiveType Short> span) static QByteArrayView
QCryptographicHash.hashInto
(byte [] buffer, QConstSpan<QByteArrayView> data, QCryptographicHash.Algorithm method) static QByteArrayView
QCryptographicHash.hashInto
(QSpan<@QtPrimitiveType Byte> buffer, QConstSpan<QByteArrayView> data, QCryptographicHash.Algorithm method) static QByteArrayView
QCryptographicHash.hashInto
(QByteArray buffer, QConstSpan<QByteArrayView> data, QCryptographicHash.Algorithm method) static QByteArrayView
QCryptographicHash.hashInto
(QList<@QtPrimitiveType Byte> buffer, QConstSpan<QByteArrayView> data, QCryptographicHash.Algorithm method) static QByteArrayView
QCryptographicHash.hashInto
(ByteBuffer buffer, QConstSpan<QByteArrayView> data, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(byte [] buffer, QConstSpan<QByteArrayView> messageParts, byte [] key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(byte [] buffer, QConstSpan<QByteArrayView> messageParts, QByteArray key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(byte [] buffer, QConstSpan<QByteArrayView> messageParts, QByteArrayView key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(byte [] buffer, QConstSpan<QByteArrayView> messageParts, ByteBuffer key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QSpan<@QtPrimitiveType Byte> buffer, QConstSpan<QByteArrayView> messageParts, byte [] key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QSpan<@QtPrimitiveType Byte> buffer, QConstSpan<QByteArrayView> messageParts, QByteArray key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QSpan<@QtPrimitiveType Byte> buffer, QConstSpan<QByteArrayView> messageParts, QByteArrayView key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QSpan<@QtPrimitiveType Byte> buffer, QConstSpan<QByteArrayView> messageParts, ByteBuffer key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QByteArray buffer, QConstSpan<QByteArrayView> messageParts, byte [] key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QByteArray buffer, QConstSpan<QByteArrayView> messageParts, QByteArray key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QByteArray buffer, QConstSpan<QByteArrayView> messageParts, QByteArrayView key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QByteArray buffer, QConstSpan<QByteArrayView> messageParts, ByteBuffer key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QList<@QtPrimitiveType Byte> buffer, QConstSpan<QByteArrayView> messageParts, byte [] key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QList<@QtPrimitiveType Byte> buffer, QConstSpan<QByteArrayView> messageParts, QByteArray key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QList<@QtPrimitiveType Byte> buffer, QConstSpan<QByteArrayView> messageParts, QByteArrayView key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(QList<@QtPrimitiveType Byte> buffer, QConstSpan<QByteArrayView> messageParts, ByteBuffer key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(ByteBuffer buffer, QConstSpan<QByteArrayView> messageParts, byte [] key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(ByteBuffer buffer, QConstSpan<QByteArrayView> messageParts, QByteArray key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(ByteBuffer buffer, QConstSpan<QByteArrayView> messageParts, QByteArrayView key, QCryptographicHash.Algorithm method) static QByteArrayView
QMessageAuthenticationCode.hashInto
(ByteBuffer buffer, QConstSpan<QByteArrayView> messageParts, ByteBuffer key, QCryptographicHash.Algorithm method) ModifierConstructorDescription -
Uses of QConstSpan in io.qt.gui