java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiCollectionObject<E>
io.qt.internal.QtJambiListObject<T>
io.qt.core.QList<QNdefRecord>
io.qt.nfc.QNdefMessage
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable,Iterable<QNdefRecord>,Collection<QNdefRecord>,List<QNdefRecord>
NFC NDEF message
Java wrapper for Qt class QList
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQNdefMessage(QNdefMessage message) QNdefMessage(QNdefRecord record) protectedQNdefMessage(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.QNdefMessage(Collection<QNdefRecord> records) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.static QNdefMessagefromByteArray(io.qt.core.QByteArray message) inthashCode()final io.qt.core.QByteArrayMethods inherited from class io.qt.core.QList
add, add, append, append, at, begin, clear, contains, count, count, createVariantList, end, endsWith, first, get, indexOf, indexOf, insert, isEmpty, last, lastIndexOf, lastIndexOf, length, mid, mid, move, of, prepend, readFrom, remove, removeAll, removeAt, removeAtIndex, removeFirst, removeLast, removeOne, replace, reserve, set, size, startsWith, swapItemsAt, takeAt, takeFirst, takeLast, toSet, value, value, writeToMethods inherited from class io.qt.internal.QtJambiListObject
addAll, addAll, listIterator, listIterator, remove, retainAll, subListMethods inherited from class io.qt.internal.QtJambiCollectionObject
containsAll, descendingIterator, iterator, removeAll, toArray, toArray, toStringMethods inherited from class io.qt.QtObject
dispose, isDisposedMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
containsAll, iterator, removeAll, replaceAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
QNdefMessage
public QNdefMessage() -
QNdefMessage
-
QNdefMessage
-
QNdefMessage
-
QNdefMessage
protected QNdefMessage(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
toByteArray
@QtUninvokable public final io.qt.core.QByteArray toByteArray() -
fromByteArray
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation.- Specified by:
equalsin interfaceCollection<QNdefRecord>- Specified by:
equalsin interfaceList<QNdefRecord>- Overrides:
equalsin classio.qt.core.QList<QNdefRecord>- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode()- Specified by:
hashCodein interfaceCollection<QNdefRecord>- Specified by:
hashCodein interfaceList<QNdefRecord>- Overrides:
hashCodein classio.qt.core.QList<QNdefRecord>
-
clone
- Overrides:
clonein classio.qt.core.QList<QNdefRecord>
-