A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
O
- 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.
- 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 entries NOTE: without @SafeVarargs, we get a complaint about heap pollution, but I don't think it should be an issue here.
- open(File,boolean) - function in java.util.logging.FileHandler
- openFiles() - function in java.util.logging.FileHandler
- 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.version - package org.jitsi.utils.version