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
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQCborMap()QCborMap(QPair<? extends QCborValue, ? extends QCborValue>... args) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionprotected final QIterator<QPair<QCborValue,QCborValue>> begin()final voidclear()clone()final intintfinal QIterator<QPair<QCborValue,QCborValue>> constFind(QCborValue key) final booleancontains(long key) final booleancontains(QCborValue key) final booleanfinal booleanempty()protected final QIterator<QPair<QCborValue,QCborValue>> end()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QIterator<QPair<QCborValue,QCborValue>> find(long key) final QIterator<QPair<QCborValue,QCborValue>> find(QCborValue key) final QIterator<QPair<QCborValue,QCborValue>> static QCborMapstatic QCborMapfromVariantHash(Map<String, ? extends Object> hash) static QCborMapfromVariantMap(Map<String, ? extends Object> map) inthashCode()final QCborMapinsert(long key, QCborValue value_) final QCborMapinsert(QCborValue key, QCborValue value_) final QCborMapinsert(QPair<? extends QCborValue, ? extends QCborValue> v) final QCborMapinsert(String key, QCborValue value_) final booleanisEmpty()iterator()final QList<QCborValue>keys()voidreadFrom(QDataStream arg__1) final voidremove(long key) final voidremove(QCborValue key) final voidfinal voidfinal voidsetValue(long key, QCborValue value) final voidsetValue(QCborValue key, QCborValue value) final voidsetValue(String key, QCborValue value) final longsize()final voidfinal QCborValuetake(long key) final QCborValuetake(QCborValue key) final QCborValuefinal QCborValuefinal QJsonObjecttoString()final QCborValuevalue(long key) final QCborValuevalue(QCborValue key) final QCborValuevoidwriteTo(QDataStream arg__1) Methods 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.lang.Iterable
forEach, spliterator
-
Constructor Details
-
QCborMap
public QCborMap() -
QCborMap
-
QCborMap
-
QCborMap
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
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:
iteratorin interfaceIterable<QPair<QCborValue,QCborValue>>
-
equals
Description copied from class: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. -
compareTo
- Specified by:
compareToin interfaceComparable<QCborMap>
-
hashCode
-
setValue
-
setValue
-
setValue
-
toString
-
clone
-