java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QCborMap
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Comparable<QCborMap>
,Iterable<QPair<QCborValue,QCborValue>>
public class QCborMap extends QtObject implements Comparable<QCborMap>, Iterable<QPair<QCborValue,QCborValue>>, Cloneable
Used to hold an associative container representable in CBOR
Java wrapper for Qt class QCborMap
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QCborMap()
QCborMap(QCborMap other)
QCborMap(QPair<QCborValue,QCborValue>... args)
protected
QCborMap(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
Method Details
-
begin
-
clear
-
compare
-
constFind
-
contains
-
contains
-
contains
-
empty
-
end
-
find
-
find
-
find
-
insert
-
insert
-
insert
-
insert
-
isEmpty
-
keys
-
writeTo
-
set
-
readFrom
-
remove
-
remove
-
remove
-
size
-
swap
-
take
-
take
-
take
-
toCborValue
-
toJsonObject
-
toVariantHash
-
toVariantMap
-
value
-
value
-
value
-
fromJsonObject
-
fromVariantHash
-
fromVariantMap
-
iterator
- Specified by:
iterator
in interfaceIterable<QPair<QCborValue,QCborValue>>
-
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. -
compareTo
- Specified by:
compareTo
in interfaceComparable<QCborMap>
-
hashCode
-
setValue
-
setValue
-
setValue
-
toString
-
clone
-