A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Z
I
- i(java.lang.String,java.lang.String,java.lang.Object) - function in com.naver.ads.NasLogger.Companion
- Logs a information-level message
- INFO - enum entry in com.naver.ads.NasLogger.LogLevel
Log level to only log info, warn, error messages.
- isAtFullCapacity() - function in com.naver.ads.collect.CircularFifoQueue
- Returns true if the capacity limit of this queue has been reached, i.e.
- isBlank(java.lang.CharSequence) - function in com.naver.ads.util.StringUtils
- Returns true if nullable s is either null or empty or consists solely of whitespace characters.
- isClassAvailable(java.lang.String) - function in com.naver.ads.util.ReflectionUtils
- Determines if a named class can be loaded or not.
- isClassAvailable(java.lang.String,java.lang.Class) - function in com.naver.ads.util.ReflectionUtils
- Determines if a named Class can be loaded or not.
- isEmpty() - function in com.naver.ads.collect.CircularFifoQueue
- Returns true if this queue is empty; false otherwise.
- isEmpty() - function in com.naver.ads.collect.SynchronizedCollection
- isEmpty(java.util.Collection) - function in com.naver.ads.util.CollectionUtils
- Null-safe check if the specified Collection is empty.
- isEmpty(java.util.Map) - function in com.naver.ads.util.CollectionUtils
- Null-safe check if the specified Map is empty.
- isEmulator() - function in com.naver.ads.util.DeviceUtils
- Check whether the application is running in an emulator.
- isEndDocument(org.xmlpull.v1.XmlPullParser) - function in com.naver.ads.util.xml.XmlPullParserHelper
- isEndTag(org.xmlpull.v1.XmlPullParser) - function in com.naver.ads.util.xml.XmlPullParserHelper
- isFull() - function in com.naver.ads.collect.CircularFifoQueue
- A CircularFifoQueue can never be full, thus this returns always false.
- isNotBlank(java.lang.CharSequence) - function in com.naver.ads.util.StringUtils
- isNotEmpty(java.util.Collection) - function in com.naver.ads.util.CollectionUtils
- Null-safe check if the specified Collection is not empty.
- isNotEmpty(java.util.Map) - function in com.naver.ads.util.CollectionUtils
- Null-safe check if the specified Map is not empty.
- isStartTag(org.xmlpull.v1.XmlPullParser) - function in com.naver.ads.util.xml.XmlPullParserHelper
- iterator() - function in com.naver.ads.collect.CircularFifoQueue
- Returns an iterator over this queue's elements.
- iterator() - function in com.naver.ads.collect.SynchronizedCollection
- Iterators must be manually synchronized.