A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
O
- observableWhenChanged(T,Function3) - function in org.jitsi.utils.DelegatesKt
- A delegate which runs a callback whenever the setter is called and it results in the value changing.
- observableWhenChanged(T,Function0) - function in org.jitsi.utils.DelegatesKt
- A delegate which runs a callback (with no arguments) whenever the setter is called and it results in the value changing.
- of(Array) - function in org.jitsi.utils.collections.JList
- Some notes from https://docs.oracle.com/javase/9/docs/api/java/util/List.html:The List.of() static factory methods provide a convenient way to create immutable lists.The List instances created by these methods have the following characteristics:They are structurally immutable.
- of(K,V) - function in org.jitsi.utils.collections.JMap
- Create a map with the given key and value
- of(K,V,K,V) - function in org.jitsi.utils.collections.JMap
- Create a map with the given keys and values
- of(K,V,K,V,K,V) - function in org.jitsi.utils.collections.JMap
- Create a map with the given keys and values
- ofEntries(Array) - function in org.jitsi.utils.collections.JMap
- Helper function to create a Map from a list of entriesNOTE: without @SafeVarargs, we get a complaint about heappollution, but I don't think it should be an issue here.
- offer(E) - function in org.jitsi.utils.concurrent.ArrayBlockingQueueWithShutdown
- offer(E,long,TimeUnit) - function in org.jitsi.utils.concurrent.ArrayBlockingQueueWithShutdown
- offer(E) - function in java.util.ArrayBlockingQueueWithShutdown
- org.jitsi.service.configuration - package org.jitsi.service.configuration
- org.jitsi.utils - package org.jitsi.utils
- org.jitsi.utils.collections - package org.jitsi.utils.collections
- org.jitsi.utils.concurrent - package org.jitsi.utils.concurrent
- org.jitsi.utils.dsi - package org.jitsi.utils.dsi
- org.jitsi.utils.event - package org.jitsi.utils.event
- org.jitsi.utils.logging - package org.jitsi.utils.logging
- org.jitsi.utils.logging2 - package org.jitsi.utils.logging2
- org.jitsi.utils.queue - package org.jitsi.utils.queue
- org.jitsi.utils.stats - package org.jitsi.utils.stats
- org.jitsi.utils.version - package org.jitsi.utils.version