java.lang.Object
org.freedesktop.dbus.connections.PeerSet
- All Implemented Interfaces:
Iterable<String>,Collection<String>,Set<String>,DBusSigHandler<DBus.NameOwnerChanged>
@Deprecated(forRemoval=true,
since="4.3.1")
public class PeerSet
extends Object
implements Set<String>, DBusSigHandler<DBus.NameOwnerChanged>
Deprecated, for removal: This API element is subject to removal in a future version.
no longer used
-
Constructor Summary
ConstructorsConstructorDescriptionPeerSet(DBusConnection _connection) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.booleanaddAll(Collection<? extends String> _addresses) Deprecated, for removal: This API element is subject to removal in a future version.voidclear()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleancontainsAll(Collection<?> _os) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidhandle(DBus.NameOwnerChanged _noc) Deprecated, for removal: This API element is subject to removal in a future version.Handle a signal.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.booleanisEmpty()Deprecated, for removal: This API element is subject to removal in a future version.iterator()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanremoveAll(Collection<?> _os) Deprecated, for removal: This API element is subject to removal in a future version.booleanretainAll(Collection<?> _os) Deprecated, for removal: This API element is subject to removal in a future version.intsize()Deprecated, for removal: This API element is subject to removal in a future version.Object[]toArray()Deprecated, for removal: This API element is subject to removal in a future version.<T> T[]toArray(T[] _a) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
spliterator
-
Constructor Details
-
PeerSet
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
handle
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DBusSigHandlerHandle a signal.- Specified by:
handlein interfaceDBusSigHandler<DBus.NameOwnerChanged>- Parameters:
_noc- The signal to handle. If such a class exists, the signal will be an instance of the class with the correct type signature. Otherwise it will be an instance of DBusSignal
-
add
Deprecated, for removal: This API element is subject to removal in a future version. -
addAll
Deprecated, for removal: This API element is subject to removal in a future version. -
clear
public void clear()Deprecated, for removal: This API element is subject to removal in a future version. -
contains
Deprecated, for removal: This API element is subject to removal in a future version. -
containsAll
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
containsAllin interfaceCollection<String>- Specified by:
containsAllin interfaceSet<String>
-
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
isEmpty
public boolean isEmpty()Deprecated, for removal: This API element is subject to removal in a future version. -
iterator
Deprecated, for removal: This API element is subject to removal in a future version. -
remove
Deprecated, for removal: This API element is subject to removal in a future version. -
removeAll
Deprecated, for removal: This API element is subject to removal in a future version. -
retainAll
Deprecated, for removal: This API element is subject to removal in a future version. -
size
public int size()Deprecated, for removal: This API element is subject to removal in a future version. -
toArray
Deprecated, for removal: This API element is subject to removal in a future version. -
toArray
public <T> T[] toArray(T[] _a) Deprecated, for removal: This API element is subject to removal in a future version.
-