java.lang.Object
- All Implemented Interfaces:
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
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQNdefMessage
(QNdefMessage message) QNdefMessage
(QNdefRecord record) protected
Constructor for internal use only.QNdefMessage
(Collection<? extends QNdefRecord> records) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.static QNdefMessage
fromByteArray
(QByteArray message) int
hashCode()
final QByteArray
Methods 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, of, prepend, readFrom, remove, removeAll, removeAt, removeAtIndex, removeFirst, removeLast, removeOne, replace, reserve, set, size, startsWith, swapItemsAt, takeAt, takeFirst, takeLast, toSet, toString, value, value, writeTo
Methods inherited from class io.qt.internal.QtJambiListObject
addAll, addAll, listIterator, listIterator, remove, retainAll, subList
Methods inherited from class io.qt.internal.QtJambiCollectionObject
containsAll, descendingIterator, iterator, removeAll, toArray, toArray
Methods inherited from class io.qt.QtObject
dispose, isDisposed
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods 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:QtObject
Used 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:
equals
in interfaceCollection<QNdefRecord>
- Specified by:
equals
in interfaceList<QNdefRecord>
- Overrides:
equals
in classQList<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
- Specified by:
hashCode
in interfaceCollection<QNdefRecord>
- Specified by:
hashCode
in interfaceList<QNdefRecord>
- Overrides:
hashCode
in classQList<QNdefRecord>
-
clone
- Overrides:
clone
in classQList<QNdefRecord>
-