java.lang.Object
io.qt.QtObject
io.qt.internal.AbstractSequentialContainer<E>
io.qt.internal.AbstractList<T>
- All Implemented Interfaces:
QtObjectInterface,Cloneable,Iterable<QNdefRecord>,Collection<QNdefRecord>,List<QNdefRecord>
NFC NDEF message
Java wrapper for Qt's class QList
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQNdefMessage(QNdefMessage message) QNdefMessage(QNdefRecord record) protectedConstructor for internal use only.QNdefMessage(Collection<? extends QNdefRecord> records) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUsed to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.static QNdefMessagefromByteArray(QByteArray message) inthashCode()final QByteArrayMethods inherited from class io.qt.core.QList
add, add, append, append, at, begin, capacity, clear, constBegin, constEnd, contains, count, count, createVariantList, end, endsWith, fill, fill, first, get, indexOf, indexOf, insert, insert, isEmpty, last, lastIndexOf, lastIndexOf, length, mid, mid, move, of, of, prepend, readFrom, remove, remove, removeAll, removeAt, removeAtIndex, removeFirst, removeLast, removeOne, replace, reserve, resize, set, size, squeeze, startsWith, swapItemsAt, takeAt, takeFirst, takeLast, toString, value, value, writeToMethods inherited from class io.qt.internal.AbstractList
addAll, addAll, listIterator, listIterator, remove, retainAll, subListMethods inherited from class io.qt.internal.AbstractSequentialContainer
containsAll, descendingIterator, iterator, removeAll, toArray, toArrayMethods 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
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
toByteArray
-
fromByteArray
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation.- Specified by:
equalsin interfaceCollection<QNdefRecord>- Specified by:
equalsin interfaceList<QNdefRecord>- Overrides:
equalsin classQList<QNdefRecord>- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
- Specified by:
hashCodein interfaceCollection<QNdefRecord>- Specified by:
hashCodein interfaceList<QNdefRecord>- Overrides:
hashCodein classQList<QNdefRecord>
-
clone
- Overrides:
clonein classQList<QNdefRecord>
-