JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
K
L
N
O
P
R
S
U
V
A
AsyncHelper
- Class in
net.inveed.commons
AsyncHelper()
- Constructor for class net.inveed.commons.
AsyncHelper
B
ByteArrayConvertor
- Class in
net.inveed.commons.utils
ByteArrayConvertor()
- Constructor for class net.inveed.commons.utils.
ByteArrayConvertor
byteArrayToHex(byte[])
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
byteArrayToInt(byte[])
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
byteArrayToLong(byte[])
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
bytesToHex(byte[], String, boolean)
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
bytesToHexMultiline(byte[], String)
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
C
Cache
<
K
,
V
> - Class in
net.inveed.commons
Cache()
- Constructor for class net.inveed.commons.
Cache
CacheManager
- Class in
net.inveed.commons
clear()
- Method in class net.inveed.commons.
Cache
clear()
- Method in class net.inveed.commons.
LRUStorage
containsKey(K)
- Method in class net.inveed.commons.
Cache
containsKey(K)
- Method in class net.inveed.commons.
LRUStorage
D
defaultValue(Class<?>)
- Static method in class net.inveed.commons.utils.
ReflectionUtils
E
EnumDisplayValue
- Annotation Type in
net.inveed.commons.annotations
ERR_CRYPTO_BAD_PADDING
- Static variable in class net.inveed.commons.
SystemErrorCodes
ERR_CRYPTO_DATA_LENGTH_ERROR
- Static variable in class net.inveed.commons.
SystemErrorCodes
ERR_CRYPTO_ILLEGAL_BLOCK_SIZE
- Static variable in class net.inveed.commons.
SystemErrorCodes
ERR_CRYPTO_ILLEGAL_STATE
- Static variable in class net.inveed.commons.
SystemErrorCodes
ERR_CRYPTO_INVALID_CYPHER_TEXT
- Static variable in class net.inveed.commons.
SystemErrorCodes
ERR_CRYPTO_INVALID_KEY
- Static variable in class net.inveed.commons.
SystemErrorCodes
ERR_CRYPTO_INVALID_KEY_SPEC
- Static variable in class net.inveed.commons.
SystemErrorCodes
ERR_CRYPTO_NO_SUCH_ALGORYTHM
- Static variable in class net.inveed.commons.
SystemErrorCodes
ERR_CRYPTO_NO_SUCH_PADDING
- Static variable in class net.inveed.commons.
SystemErrorCodes
ERR_CRYPTO_NO_SUCH_PROVIDER
- Static variable in class net.inveed.commons.
SystemErrorCodes
ERR_CRYPTO_UNKNOWN
- Static variable in class net.inveed.commons.
SystemErrorCodes
F
family
- Variable in enum net.inveed.commons.
Language
find(String)
- Static method in enum net.inveed.commons.
Language
first()
- Method in class net.inveed.commons.
LRUStorage
flush()
- Method in class net.inveed.commons.
CacheManager
Clear all caches
G
get(K)
- Method in class net.inveed.commons.
Cache
get(K)
- Method in class net.inveed.commons.
LRUStorage
getAnnotation(Annotation[], Class<A>)
- Static method in class net.inveed.commons.utils.
ReflectionUtils
getArgs()
- Method in interface net.inveed.commons.
INumberedException
getArgs()
- Method in exception net.inveed.commons.
NumberedException
getArgumentsNumber()
- Method in interface net.inveed.commons.
INumberedException.IErrorCode
getArgumentsNumber()
- Method in class net.inveed.commons.
NumberedException.ErrorCode
getByISO639_1(String)
- Static method in enum net.inveed.commons.
Language
getByISO639_2B(String)
- Static method in enum net.inveed.commons.
Language
getByISO639_2T(String)
- Static method in enum net.inveed.commons.
Language
getByName(String)
- Static method in enum net.inveed.commons.
Language
getCode()
- Method in interface net.inveed.commons.
INumberedException
getCode()
- Method in interface net.inveed.commons.
INumberedException.IErrorCode
getCode()
- Method in class net.inveed.commons.
NumberedException.ErrorCode
getCode(String, int)
- Static method in exception net.inveed.commons.
NumberedException
getCode()
- Method in exception net.inveed.commons.
NumberedException
getDisplayValue()
- Method in enum net.inveed.commons.
Language
getLongValue()
- Method in interface net.inveed.commons.
INumberedException.IErrorCode
getLongValue()
- Method in class net.inveed.commons.
NumberedException.ErrorCode
getMaxSize()
- Method in class net.inveed.commons.
Cache
getMessage()
- Method in interface net.inveed.commons.
INumberedException
getNumber()
- Method in interface net.inveed.commons.
INumberedException.IErrorCode
getNumber()
- Method in class net.inveed.commons.
NumberedException.ErrorCode
getPrefix()
- Method in interface net.inveed.commons.
INumberedException.IErrorCode
getPrefix()
- Method in class net.inveed.commons.
NumberedException.ErrorCode
getText()
- Method in interface net.inveed.commons.
INumberedException.IErrorCode
getText()
- Method in class net.inveed.commons.
NumberedException.ErrorCode
H
hexArray
- Static variable in class net.inveed.commons.utils.
ByteArrayConvertor
hexStringToBytes(String)
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
I
INSTANCE
- Static variable in class net.inveed.commons.
CacheManager
intFrom2Octets(byte[])
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
intTo2Octet(int)
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
intToByteArray(int)
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
INumberedException
- Interface in
net.inveed.commons
INumberedException.IErrorCode
- Interface in
net.inveed.commons
isEmpty()
- Method in class net.inveed.commons.
LRUStorage
iso639_1
- Variable in enum net.inveed.commons.
Language
iso639_2b
- Variable in enum net.inveed.commons.
Language
iso639_2t
- Variable in enum net.inveed.commons.
Language
K
keySet()
- Method in class net.inveed.commons.
Cache
keySet()
- Method in class net.inveed.commons.
LRUStorage
L
Language
- Enum in
net.inveed.commons
last()
- Method in class net.inveed.commons.
LRUStorage
longFrom4Octets(byte[])
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
longTo4Octets(long)
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
longToByteArray(long)
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
LRUStorage
<
K
,
T
> - Class in
net.inveed.commons
LRUStorage()
- Constructor for class net.inveed.commons.
LRUStorage
N
name
- Variable in enum net.inveed.commons.
Language
nameFull
- Variable in enum net.inveed.commons.
Language
nameNative
- Variable in enum net.inveed.commons.
Language
net.inveed.commons
- package net.inveed.commons
net.inveed.commons.annotations
- package net.inveed.commons.annotations
net.inveed.commons.utils
- package net.inveed.commons.utils
normalizeURL(String)
- Static method in class net.inveed.commons.utils.
UrlHelper
NumberedException
- Exception in
net.inveed.commons
NumberedException(INumberedException.IErrorCode)
- Constructor for exception net.inveed.commons.
NumberedException
NumberedException(INumberedException.IErrorCode, Object...)
- Constructor for exception net.inveed.commons.
NumberedException
NumberedException(INumberedException.IErrorCode, Throwable)
- Constructor for exception net.inveed.commons.
NumberedException
NumberedException(INumberedException.IErrorCode, Throwable, Object...)
- Constructor for exception net.inveed.commons.
NumberedException
NumberedException.ErrorCode
- Class in
net.inveed.commons
O
onException(Class<T>, Throwable)
- Static method in class net.inveed.commons.
AsyncHelper
P
put(K, V)
- Method in class net.inveed.commons.
Cache
put(K, T)
- Method in class net.inveed.commons.
LRUStorage
putAll(Map<? extends K, ? extends V>)
- Method in class net.inveed.commons.
Cache
putAll(Map<? extends K, ? extends T>)
- Method in class net.inveed.commons.
LRUStorage
R
ReflectionUtils
- Class in
net.inveed.commons.utils
ReflectionUtils()
- Constructor for class net.inveed.commons.utils.
ReflectionUtils
registerCode(String, int, String, int)
- Static method in exception net.inveed.commons.
NumberedException
remove(K)
- Method in class net.inveed.commons.
Cache
remove(K)
- Method in class net.inveed.commons.
LRUStorage
S
setMaxSize(int)
- Method in class net.inveed.commons.
Cache
shrink(int)
- Method in class net.inveed.commons.
LRUStorage
Removes tired items to fit required size
size()
- Method in class net.inveed.commons.
Cache
size()
- Method in class net.inveed.commons.
LRUStorage
SystemErrorCodes
- Class in
net.inveed.commons
U
UrlHelper
- Class in
net.inveed.commons.utils
UrlHelper()
- Constructor for class net.inveed.commons.utils.
UrlHelper
UTF8_CHARSET
- Static variable in class net.inveed.commons.utils.
ByteArrayConvertor
uuidFromByteArray(byte[])
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
uuidToByteArray(UUID)
- Static method in class net.inveed.commons.utils.
ByteArrayConvertor
V
valueOf(String)
- Static method in enum net.inveed.commons.
Language
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.inveed.commons.
Language
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
D
E
F
G
H
I
K
L
N
O
P
R
S
U
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.