Module qtjambi
Package io.qt.core

Class 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