java.lang.Object
io.qt.QtObject
io.qt.internal.AbstractContainer<E>
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 QNdefMessage
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQNdefMessage
(QNdefMessage message) QNdefMessage
(QNdefRecord record) QNdefMessage
(Collection<? extends QNdefRecord> records) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QNdefMessage other) clone()
Creates and returns a copy of this object.boolean
Used 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 QNdefMessage
fromByteArray
(QByteArray message) int
hashCode()
final QByteArray
Methods 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, writeTo
Methods inherited from class io.qt.internal.AbstractList
addAll, addAll, listIterator, listIterator, remove, retainAll, subList
Methods inherited from class io.qt.internal.AbstractSequentialContainer
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
-
assign
-
toByteArray
-
fromByteArray
-
equals
Description copied from class:QtObject
Used 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:
equals
in interfaceCollection<QNdefRecord>
- Specified by:
equals
in interfaceList<QNdefRecord>
- Overrides:
equals
in classQList<QNdefRecord>
- Parameters:
other
- other object- Returns:
- true if the native counterpart 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
Creates and returns a copy of this object.
- Overrides:
clone
in classQList<QNdefRecord>
-