A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Z
C
- CalendarUtils - class in com.naver.ads.util
- Utilities methods for manipulating dates in iso8601 format.
- callInstanceMethod(java.lang.Class,java.lang.Object,java.lang.String,com.naver.ads.util.ReflectionUtils.ClassParameter) - function in com.naver.ads.util.ReflectionUtils
- Reflectively call an instance method on an instance on a specific class.
- callInstanceMethod(java.lang.Object,java.lang.String,com.naver.ads.util.ReflectionUtils.ClassParameter) - function in com.naver.ads.util.ReflectionUtils
- Reflectively call an instance method on an object.
- callStaticMethod(java.lang.Class,java.lang.String,com.naver.ads.util.ReflectionUtils.ClassParameter) - function in com.naver.ads.util.ReflectionUtils
- Reflectively call a static method on a class.
- callStaticMethod(java.lang.String,java.lang.String,com.naver.ads.util.ReflectionUtils.ClassParameter) - function in com.naver.ads.util.ReflectionUtils
- Helper method for calling a static method using a class.
- canHandleIntent(android.content.Context,android.content.Intent) - function in com.naver.ads.util.DeviceUtils
- checkArgument(java.lang.Boolean,java.lang.String) - function in com.naver.ads.util.Validate
- Ensure the truth of an expression involving one or more parameters to the calling method.
- checkArgument(java.lang.Boolean) - function in com.naver.ads.util.Validate
- Ensure the truth of an expression involving one or more parameters to the calling method.
- checkCollectionElementsNotNull(C,java.lang.String) - function in com.naver.ads.util.Validate
- Ensures that the Collection is not
null, and none of its elements arenull. - checkCollectionNotEmpty(C,java.lang.String) - function in com.naver.ads.util.Validate
- Ensures that the Collection is not
null, and contains at least one element. - checkGreaterThan(T,T,java.lang.String) - function in com.naver.ads.util.Validate
- Ensures that a value passed as a parameter to the calling method is strictly greater than lowerBoundExclusive.
- checkGreaterThan(T,T) - function in com.naver.ads.util.Validate
- Ensures that a value passed as a parameter to the calling method is strictly greater than lowerBoundExclusive.
- checkGreaterThanOrEqualTo(T,T,java.lang.String) - function in com.naver.ads.util.Validate
- Ensures that a value passed as a parameter to the calling method is greater than or equal to lowerBoundInclusive.
- checkGreaterThanOrEqualTo(T,T) - function in com.naver.ads.util.Validate
- Ensures that a value passed as a parameter to the calling method is greater than or equal to lowerBoundInclusive.
- checkLessThan(T,T,java.lang.String) - function in com.naver.ads.util.Validate
- Ensures that a value passed as a parameter to the calling method is strictly less than upperBoundExclusive.
- checkLessThan(T,T) - function in com.naver.ads.util.Validate
- Ensures that a value passed as a parameter to the calling method is strictly less than upperBoundExclusive.
- checkLessThanOrEqualTo(T,T,java.lang.String) - function in com.naver.ads.util.Validate
- Ensures that a
valuepassed as a parameter to the calling method is less than or equal toupperBoundInclusive. - checkLessThanOrEqualTo(T,T) - function in com.naver.ads.util.Validate
- Ensures that a
valuepassed as a parameter to the calling method is less than or equal toupperBoundInclusive. - checkMainThread(java.lang.String) - function in com.naver.ads.util.Validate
- Checks if the current thread is the main thread, otherwise throws.
- checkMainThread() - function in com.naver.ads.util.Validate
- Checks if the current thread is the main thread, otherwise throws.
- checkMapNotEmpty(M,java.lang.String) - function in com.naver.ads.util.Validate
- Ensures that the Map is not 'null', and contains at least one entry.
- checkNotMainThread(java.lang.String) - function in com.naver.ads.util.Validate
- Checks if the current thread is not the main thread, otherwise throws.
- checkNotMainThread() - function in com.naver.ads.util.Validate
- Checks if the current thread is not the main thread, otherwise throws.
- checkNotNull(T,java.lang.String) - function in com.naver.ads.util.Validate
- Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T) - function in com.naver.ads.util.Validate
- Ensures that an object reference passed as a parameter to the calling method is not null.
- checkState(java.lang.Boolean,java.lang.String) - function in com.naver.ads.util.Validate
- Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
- checkState(java.lang.Boolean) - function in com.naver.ads.util.Validate
- Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
- checkStringNotBlank(java.lang.String,java.lang.String) - function in com.naver.ads.util.Validate
- Ensures that an string reference passed as a parameter to the calling method is not blank.
- checkStringNotBlank(java.lang.String) - function in com.naver.ads.util.Validate
- Ensures that an string reference passed as a parameter to the calling method is not blank.
- CircularFifoQueue - class in com.naver.ads.collect
- CircularFifoQueue is a first-in first-out queue with a fixed size that replaces its oldest element if full.
- clear() - function in com.naver.ads.collect.CircularFifoQueue
- Clears this queue.
- clear() - function in com.naver.ads.collect.SynchronizedCollection
- CollectionUtils - class in com.naver.ads.util
- Miscellaneous Collection utility methods.
- ColorUtils - class in com.naver.ads.util
- Miscellaneous
Colorutility methods. - com.naver.ads - package com.naver.ads
- com.naver.ads.animation - package com.naver.ads.animation
- com.naver.ads.collect - package com.naver.ads.collect
- com.naver.ads.ui - package com.naver.ads.ui
- com.naver.ads.util - package com.naver.ads.util
- com.naver.ads.util.json - package com.naver.ads.util.json
- com.naver.ads.util.xml - package com.naver.ads.util.xml
- contains(E) - function in com.naver.ads.collect.SynchronizedCollection
- containsAll(java.util.Collection) - function in com.naver.ads.collect.SynchronizedCollection
- createFromJSONObject(org.json.JSONObject) - function in com.naver.ads.util.json.JSONUnmarshallable
- Unmarshals the given jsonObject and returns the result.
- createFromXmlPullParser(org.xmlpull.v1.XmlPullParser) - function in com.naver.ads.util.xml.XmlUnmarshallable
- Unmarshals the XML data from the given xpp and returns the result.
- CubicBezierInterpolator - class in com.naver.ads.animation
- Class that acts as an interpolator to match the cubic-bezier css timing function.