A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
E
- elements() - function in java.util.concurrent.ConcurrentHashMap
- entry(K,V) - function in org.jitsi.utils.collections.JMap
- A helper to easily create an instance of Map.
- entrySet() - function in java.util.LinkedHashMap
- entrySet() - function in java.util.concurrent.ConcurrentHashMap
- entrySet() - function in java.util.HashMap
- eq(Object,Object) - function in java.util.AbstractMap
- eq(Object,Object) - function in java.util.AbstractMap
- eq(Object,Object) - function in java.util.AbstractMap
- equals(Object) - function in java.util.AbstractMap
- equals(Object) - function in java.util.concurrent.ConcurrentHashMap
- equals(Object) - function in java.util.AbstractMap
- equals(Object) - function in org.jitsi.utils.version.Version
- Compares the version parameter to this version and returns true if and only if both reference the same Jitsi version and false otherwise.
- equals(Object) - function in org.jitsi.utils.version.VersionImpl
- {@inheritDoc}
- equals(Object) - function in java.util.Map.Entry
- error(Object) - function in org.jitsi.utils.logging.Logger
- Log a ERROR message.
- error(Object,Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message, with associated Throwable information.
- error(Logger.Category,String) - function in org.jitsi.utils.logging.Logger
- Log a message with error level.
- error(Logger.Category,String,Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message with error level, with associated Throwable information.
- error(Object) - function in org.jitsi.utils.logging.Logger
- Log a ERROR message.
- error(Object,Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message, with associated Throwable information.
- error(Logger.Category,String) - function in org.jitsi.utils.logging.Logger
- Log a message with error level.
- error(Logger.Category,String,Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message with error level, with associated Throwable information.
- error(Object) - function in org.jitsi.utils.logging.Logger
- Log a ERROR message.
- error(Object,Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message, with associated Throwable information.
- error(Logger.Category,String) - function in org.jitsi.utils.logging.Logger
- Log a message with error level.
- error(Logger.Category,String,Throwable) - function in org.jitsi.utils.logging.Logger
- Log a message with error level, with associated Throwable information.
- error(Object) - function in org.jitsi.utils.logging2.Logger
- Log a ERROR message.
- error(Supplier) - function in org.jitsi.utils.logging2.Logger
- Log an ERROR message.
- error(Object,Throwable) - function in org.jitsi.utils.logging2.Logger
- Log a message, with associated Throwable information.
- error(Object) - function in org.jitsi.utils.logging2.LoggerImpl
- Log a ERROR message.
- error(Supplier) - function in org.jitsi.utils.logging2.LoggerImpl
- Log an ERROR message.
- error(Object,Throwable) - function in org.jitsi.utils.logging2.LoggerImpl
- Log a message, with associated Throwable information.
- ErrorHandler - class in org.jitsi.utils.queue
- An interface for handling the two types of error conditions from a queue.
- execute(Runnable) - function in org.jitsi.utils.concurrent.RecurringRunnableExecutor
- {@inheritDoc} Accepts for execution RecurringRunnables only.
- execute(Runnable) - function in java.util.concurrent.Executor
- ExecutorFactory - class in org.jitsi.utils.concurrent
- Helper class which contains functions to create pre-configured executors
- ExecutorUtils - class in org.jitsi.utils.concurrent
- Implements utility functions to facilitate work with Executors and ExecutorService.