Uses of Class
com.lucimber.dbus.type.DBusDictEntry
Packages that use DBusDictEntry
Package
Description
D-Bus message decoding infrastructure for converting wire format to Java objects.
D-Bus message encoding infrastructure for converting Java objects to wire format.
Type-safe D-Bus data types and containers providing compile-time marshalling safety.
-
Uses of DBusDictEntry in com.lucimber.dbus.codec.decoder
Methods in com.lucimber.dbus.codec.decoder that return types with arguments of type DBusDictEntry -
Uses of DBusDictEntry in com.lucimber.dbus.codec.encoder
Methods in com.lucimber.dbus.codec.encoder with parameters of type DBusDictEntryModifier and TypeMethodDescriptionDictEntryEncoder.encode
(DBusDictEntry<KeyT, ValueT> entry, int offset) -
Uses of DBusDictEntry in com.lucimber.dbus.type
Methods in com.lucimber.dbus.type that return types with arguments of type DBusDictEntryModifier and TypeMethodDescriptionDBusDict.dictionaryEntrySet()
Returns a set view of the mappings contained in this map.Constructors in com.lucimber.dbus.type with parameters of type DBusDictEntryModifierConstructorDescriptionDBusDictEntry
(DBusDictEntry<KeyT, ValueT> other) Constructs a new instance from another.