A B C F G I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- allOf() - Method in annotation type com.perfectcorp.annotation.RequiresPermission
-
Specifies a list of permission names that are all required.
- anyOf() - Method in annotation type com.perfectcorp.annotation.RequiresPermission
-
Specifies a list of permission names where at least one is required
- AnyThread - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated method can be called from any thread (e.g.
- api() - Method in annotation type com.perfectcorp.annotation.RequiresApi
-
The API level to require
- assets(String) - Static method in class com.perfectcorp.perfectlib.PerfectLib.ModelPath
B
- backlighting - Variable in class com.perfectcorp.perfectlib.CameraKit.BadLightingReport
- BACKLIGHTING - com.perfectcorp.perfectlib.CameraKitQualityCheck.LightingQuality
- BAD - com.perfectcorp.perfectlib.CameraKitQualityCheck.FacePoseQuality
- BadLightingReport() - Constructor for class com.perfectcorp.perfectlib.CameraKit.BadLightingReport
- build() - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
- build() - Method in class com.perfectcorp.perfectlib.Configuration.Builder
- builder() - Static method in class com.perfectcorp.perfectlib.Configuration
- builder(CameraKitLevel) - Static method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Creates a parameter builder configured with the given preset level.
- Builder() - Constructor for class com.perfectcorp.perfectlib.Configuration.Builder
C
- CallSuper - Annotation Type in com.perfectcorp.annotation
-
Denotes that any overriding methods should invoke this method as well.
- CAMERA_KIT - com.perfectcorp.perfectlib.Functionality
- CameraFrame - Class in com.perfectcorp.perfectlib
- CameraFrame(byte[], int, int, boolean) - Constructor for class com.perfectcorp.perfectlib.CameraFrame
- CameraKit - Class in com.perfectcorp.perfectlib
-
The class performs skin health analysis.
- CameraKit.BadLightingReport - Class in com.perfectcorp.perfectlib
- CameraKit.CameraKitCheckResult - Class in com.perfectcorp.perfectlib
- CameraKit.CameraKitQualityCheckCallback - Interface in com.perfectcorp.perfectlib
-
Callback interface used to receive camera-kit quality results.
- CameraKit.CreateCallback - Interface in com.perfectcorp.perfectlib
-
Callback interface used to notify the completion of the operation.
- CameraKit.FaceCheckParameters - Class in com.perfectcorp.perfectlib
- CameraKitCheckResult() - Constructor for class com.perfectcorp.perfectlib.CameraKit.CameraKitCheckResult
- CameraKitLevel - Enum in com.perfectcorp.perfectlib
- CameraKitParameter - Class in com.perfectcorp.perfectlib
- CameraKitParameterBuilder - Class in com.perfectcorp.perfectlib
-
Builder object for configuring CameraKit overwrite parameters.
- CameraKitQualityCheck - Class in com.perfectcorp.perfectlib
-
The check result of skin analysis.
- CameraKitQualityCheck.FaceAreaQuality - Enum in com.perfectcorp.perfectlib
- CameraKitQualityCheck.FacePoseQuality - Enum in com.perfectcorp.perfectlib
- CameraKitQualityCheck.LightingQuality - Enum in com.perfectcorp.perfectlib
- CameraView - Class in com.perfectcorp.perfectlib
- CameraView(Context) - Constructor for class com.perfectcorp.perfectlib.CameraView
- CameraView(Context, AttributeSet) - Constructor for class com.perfectcorp.perfectlib.CameraView
- CameraView.ScaleType - Enum in com.perfectcorp.perfectlib
- CENTER_CROP - com.perfectcorp.perfectlib.CameraView.ScaleType
- CENTER_INSIDE - com.perfectcorp.perfectlib.CameraView.ScaleType
- CheckResult - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated method returns a result that it typically is an error to ignore.
- ColorInt - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated element represents a packed color int,
AARRGGBB. - com.perfectcorp.annotation - package com.perfectcorp.annotation
- com.perfectcorp.annotation.proguard - package com.perfectcorp.annotation.proguard
- com.perfectcorp.perfectlib - package com.perfectcorp.perfectlib
- com.perfectcorp.perfectlib.exceptions - package com.perfectcorp.perfectlib.exceptions
- conditional() - Method in annotation type com.perfectcorp.annotation.RequiresPermission
-
If true, the permission may not be required in all cases (e.g.
- Configuration - Class in com.perfectcorp.perfectlib
- Configuration.Builder - Class in com.perfectcorp.perfectlib
- create(CameraKit.CreateCallback) - Static method in class com.perfectcorp.perfectlib.CameraKit
-
Create an instance of
CameraKit. - createFromAssets(String, CameraKit.CreateCallback) - Static method in class com.perfectcorp.perfectlib.CameraKit
- createFromFiles(String, CameraKit.CreateCallback) - Static method in class com.perfectcorp.perfectlib.CameraKit
F
- FACE_PITCH_MAX - Static variable in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
- FACE_PITCH_MIN - Static variable in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
- face_pitch_neg_threshold - Variable in class com.perfectcorp.perfectlib.CameraKit.FaceCheckParameters
- face_pitch_pos_threshold - Variable in class com.perfectcorp.perfectlib.CameraKit.FaceCheckParameters
- FACE_SIZE_RATIO_MAX - Static variable in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
- FACE_SIZE_RATIO_MIN - Static variable in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
- face_size_ratio_threshold - Variable in class com.perfectcorp.perfectlib.CameraKit.FaceCheckParameters
- FACE_YAW_MAX - Static variable in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
- FACE_YAW_MIN - Static variable in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
- face_yaw_threshold - Variable in class com.perfectcorp.perfectlib.CameraKit.FaceCheckParameters
- file(String) - Static method in class com.perfectcorp.perfectlib.PerfectLib.ModelPath
- FIT_XY - com.perfectcorp.perfectlib.CameraView.ScaleType
- flag() - Method in annotation type com.perfectcorp.annotation.IntDef
-
Defines whether the constants can be used as a flag, or just as an enum (the default)
- FloatRange - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated element should be a float or double in the given range
- from() - Method in annotation type com.perfectcorp.annotation.FloatRange
-
Smallest value.
- from() - Method in annotation type com.perfectcorp.annotation.IntRange
-
Smallest value, inclusive
- fromInclusive() - Method in annotation type com.perfectcorp.annotation.FloatRange
-
Whether the from value is included in the range
- fromParameter(CameraKitParameter) - Static method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Creates a parameter builder initialized from an applied parameter snapshot.
- Functionality - Enum in com.perfectcorp.perfectlib
G
- getCurrentLevel() - Method in class com.perfectcorp.perfectlib.CameraKitParameter
- getCurrentParameter() - Method in class com.perfectcorp.perfectlib.CameraKit
-
Returns the currently applied CameraKit parameters.
- getFaceAreaQuality() - Method in class com.perfectcorp.perfectlib.CameraKitQualityCheck
-
Get the quality of face area.
- getFacePitchLower() - Method in class com.perfectcorp.perfectlib.CameraKitParameter
- getFacePitchLower() - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Returns the lower bound of head pose pitch.
- getFacePitchUpper() - Method in class com.perfectcorp.perfectlib.CameraKitParameter
- getFacePitchUpper() - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Returns the upper bound of head pose pitch.
- getFacePoseDegree() - Method in class com.perfectcorp.perfectlib.CameraKitQualityCheck
-
Get the degree of face pose.
- getFacePoseQuality() - Method in class com.perfectcorp.perfectlib.CameraKitQualityCheck
-
Get the quality of face pose.
- getFaceSizeRatio() - Method in class com.perfectcorp.perfectlib.CameraKitParameter
- getFaceSizeRatio() - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Returns the lower bound of the face ratio.
- getFaceYaw() - Method in class com.perfectcorp.perfectlib.CameraKitParameter
- getFaceYaw() - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Returns the absolute upper bound of head pose yaw.
- getLevel() - Method in class com.perfectcorp.perfectlib.CameraKitParameter
-
Returns the preset level associated with this applied parameter snapshot.
- getLevel() - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Returns the preset level associated with this builder.
- getLightingLower() - Method in class com.perfectcorp.perfectlib.CameraKitParameter
- getLightingLower() - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Returns the lower bound of the lighting condition.
- getLightingQuality() - Method in class com.perfectcorp.perfectlib.CameraKitQualityCheck
-
Get the quality of lighting quality.
- getLightingUpper() - Method in class com.perfectcorp.perfectlib.CameraKitParameter
- getLightingUpper() - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Returns the upper bound of the lighting condition.
- getParameterBuilder() - Method in class com.perfectcorp.perfectlib.CameraKit
-
Returns a builder seeded from the currently applied CameraKit parameters.
- getParameterBuilder() - Method in class com.perfectcorp.perfectlib.CameraKitParameter
-
Creates a builder initialized from this applied parameter snapshot.
- getScaleType() - Method in class com.perfectcorp.perfectlib.CameraView
- getVersion() - Static method in class com.perfectcorp.perfectlib.PerfectLib
- GLThread - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated method should only be called on the GL thread.
- GOOD - com.perfectcorp.perfectlib.CameraKitQualityCheck.FaceAreaQuality
- GOOD - com.perfectcorp.perfectlib.CameraKitQualityCheck.FacePoseQuality
- GOOD - com.perfectcorp.perfectlib.CameraKitQualityCheck.LightingQuality
- GuardedBy - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated method or field can only be accessed when holding the referenced lock.
I
- init(Context, Configuration, PerfectLib.InitialCallback) - Static method in class com.perfectcorp.perfectlib.PerfectLib
- IntDef - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated element of integer type, represents a logical type and that its value should be one of the explicitly named constants.
- IntRange - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated element should be an int or long in the given range
- is_valid - Variable in class com.perfectcorp.perfectlib.CameraKit.BadLightingReport
- isOk() - Method in enum com.perfectcorp.perfectlib.CameraKitQualityCheck.FaceAreaQuality
- isOk() - Method in enum com.perfectcorp.perfectlib.CameraKitQualityCheck.FacePoseQuality
- isOk() - Method in enum com.perfectcorp.perfectlib.CameraKitQualityCheck.LightingQuality
- isSdkInitialized() - Static method in class com.perfectcorp.perfectlib.PerfectLib
K
- Keep - Annotation Type in com.perfectcorp.annotation.proguard
-
This annotation specifies not to optimize or obfuscate the annotated class or class member as an entry point.
- KeepClassMembers - Annotation Type in com.perfectcorp.annotation.proguard
-
This annotation specifies to keep all class members of the annotated class from being shrunk, optimized, or obfuscated as entry points.
- KeepPublicClassMemberNames - Annotation Type in com.perfectcorp.annotation.proguard
-
This annotation specifies to keep all public class members of the annotated class from being optimized or obfuscated as entry points.
- KeepPublicClassMembers - Annotation Type in com.perfectcorp.annotation.proguard
-
This annotation specifies to keep all public class members of the annotated class from being shrunk, optimized, or obfuscated as entry points.
L
- Lifecycle - Annotation Type in com.perfectcorp.annotation
-
Denotes the method MUST be called at certain lifecyle of Activity or Fragment.
- LIGHTING_LOWER_MAX - Static variable in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
- LIGHTING_LOWER_MIN - Static variable in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
- lighting_lower_threshold - Variable in class com.perfectcorp.perfectlib.CameraKit.FaceCheckParameters
- LIGHTING_UPPER_MAX - Static variable in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
- LIGHTING_UPPER_MIN - Static variable in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
- lighting_upper_threshold - Variable in class com.perfectcorp.perfectlib.CameraKit.FaceCheckParameters
M
- m_face_area_quality - Variable in class com.perfectcorp.perfectlib.CameraKit.CameraKitCheckResult
- m_face_center_quality - Variable in class com.perfectcorp.perfectlib.CameraKit.CameraKitCheckResult
- m_face_frontal_quality - Variable in class com.perfectcorp.perfectlib.CameraKit.CameraKitCheckResult
- m_lighting_quality - Variable in class com.perfectcorp.perfectlib.CameraKit.CameraKitCheckResult
- m_naked_eye_quality - Variable in class com.perfectcorp.perfectlib.CameraKit.CameraKitCheckResult
- m_pitch - Variable in class com.perfectcorp.perfectlib.CameraKit.CameraKitCheckResult
- m_roll - Variable in class com.perfectcorp.perfectlib.CameraKit.CameraKitCheckResult
- m_yaw - Variable in class com.perfectcorp.perfectlib.CameraKit.CameraKitCheckResult
- MainThread - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated method should only be called on the main thread.
- MODERATE - com.perfectcorp.perfectlib.CameraKitLevel
- ModuleLoadFailedException - Exception in com.perfectcorp.perfectlib.exceptions
- ModuleLoadFailedException(String) - Constructor for exception com.perfectcorp.perfectlib.exceptions.ModuleLoadFailedException
- ModuleLoadFailedException(Throwable) - Constructor for exception com.perfectcorp.perfectlib.exceptions.ModuleLoadFailedException
N
- NONE - Static variable in annotation type com.perfectcorp.annotation.VisibleForTesting
-
The annotated element should never be called from production code, only from tests.
- NonNull - Annotation Type in com.perfectcorp.annotation
-
Denotes that a parameter, field or method return value can never be null.
- NORMAL - com.perfectcorp.perfectlib.CameraKitQualityCheck.LightingQuality
- Nullable - Annotation Type in com.perfectcorp.annotation
-
Denotes that a parameter, field or method return value can be null.
O
- onAnalyze(CameraKitQualityCheck) - Method in interface com.perfectcorp.perfectlib.CameraKit.CameraKitQualityCheckCallback
- onCameraOpened(boolean, int, int, int) - Method in class com.perfectcorp.perfectlib.CameraKit
-
Call this method to provide camera settings after camera is opened and before
Camera#startPreview. - onCreated() - Method in class com.perfectcorp.perfectlib.CameraKit
-
Call this method in the onCreate() of the Activity/Fragment.
- onDestroyed() - Method in class com.perfectcorp.perfectlib.CameraKit
-
Call this method in the onDestroyed() of the Activity/Fragment.
- onFailure(Throwable) - Method in interface com.perfectcorp.perfectlib.CameraKit.CreateCallback
-
Called when the operation fails.
- onFailure(Throwable, Map<String, Throwable>) - Method in interface com.perfectcorp.perfectlib.PerfectLib.InitialCallback
- onInitialized(Set<Functionality>, Map<String, Throwable>) - Method in interface com.perfectcorp.perfectlib.PerfectLib.InitialCallback
- onPaused() - Method in class com.perfectcorp.perfectlib.CameraKit
-
Call this method in the onPaused() of the Activity/Fragment.
- onResumed() - Method in class com.perfectcorp.perfectlib.CameraKit
-
Call this method in the onResumed() of the Activity/Fragment.
- onStarted() - Method in class com.perfectcorp.perfectlib.CameraKit
-
Call this method in the onStarted() of the Activity/Fragment.
- onStopped() - Method in class com.perfectcorp.perfectlib.CameraKit
-
Call this method in the onStopped() of the Activity/Fragment.
- onSuccess(CameraKit) - Method in interface com.perfectcorp.perfectlib.CameraKit.CreateCallback
-
Called when the instance created.
- otherwise() - Method in annotation type com.perfectcorp.annotation.VisibleForTesting
-
The visibility the annotated element would have if it did not need to be made visible for testing.
- OUT_OF_BOUNDARY - com.perfectcorp.perfectlib.CameraKitQualityCheck.FaceAreaQuality
- OVER_EXPOSED - com.perfectcorp.perfectlib.CameraKitQualityCheck.LightingQuality
- over_exposure - Variable in class com.perfectcorp.perfectlib.CameraKit.BadLightingReport
P
- PACKAGE_PRIVATE - Static variable in annotation type com.perfectcorp.annotation.VisibleForTesting
-
The annotated element would have "package private" visibility
- parameterBuilder() - Method in class com.perfectcorp.perfectlib.CameraKitParameter
-
Convenience alias for Java callers that prefer iOS-style naming.
- PerfectLib - Class in com.perfectcorp.perfectlib
- PerfectLib.InitialCallback - Interface in com.perfectcorp.perfectlib
- PerfectLib.ModelPath - Class in com.perfectcorp.perfectlib
- PRIVATE - Static variable in annotation type com.perfectcorp.annotation.VisibleForTesting
-
The annotated element would have "private" visibility
- PROTECTED - Static variable in annotation type com.perfectcorp.annotation.VisibleForTesting
-
The annotated element would have "protected" visibility
R
- RELAXED - com.perfectcorp.perfectlib.CameraKitLevel
- RequiresApi - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated element should only be called on the given API level or higher.
- RequiresPermission - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated element requires (or may require) one or more permissions.
- RequiresPermission.Read - Annotation Type in com.perfectcorp.annotation
-
Specifies that the given permission is required for read operations.
- RequiresPermission.Write - Annotation Type in com.perfectcorp.annotation
-
Specifies that the given permission is required for write operations.
S
- sendCameraBuffer(CameraFrame) - Method in class com.perfectcorp.perfectlib.CameraKit
-
Call this method to send camera frames to
CameraKit. - setCameraKitLevel(CameraKitLevel) - Method in class com.perfectcorp.perfectlib.CameraKit
-
Applies the preset thresholds for the selected CameraKit level.
- setCameraKitOverwrite(CameraKitParameter) - Method in class com.perfectcorp.perfectlib.CameraKit
-
Applies overwrite thresholds on top of the current preset level.
- setCameraKitQualityCheckCallback(CameraKit.CameraKitQualityCheckCallback) - Method in class com.perfectcorp.perfectlib.CameraKit
-
Set a callback to receive camera-kit quality results.
- setFacePitchLower(float) - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Sets the lower bound of head pose pitch.
- setFacePitchUpper(float) - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Sets the upper bound of head pose pitch.
- setFaceSizeRatio(float) - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Sets the lower bound of the face ratio.
- setFaceYaw(float) - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Sets the absolute upper bound of head pose yaw.
- setFrameOrientation(int) - Method in class com.perfectcorp.perfectlib.CameraFrame
- setLightingLower(float) - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Sets the lower bound of the lighting condition.
- setLightingUpper(float) - Method in class com.perfectcorp.perfectlib.CameraKitParameterBuilder
-
Sets the upper bound of the lighting condition.
- setModelPath(PerfectLib.ModelPath) - Method in class com.perfectcorp.perfectlib.Configuration.Builder
- setScaleType(CameraView.ScaleType) - Method in class com.perfectcorp.perfectlib.CameraView
- STRICT - com.perfectcorp.perfectlib.CameraKitLevel
- suggest() - Method in annotation type com.perfectcorp.annotation.CheckResult
-
Defines the name of the suggested method to use instead, if applicable (using the same signature format as javadoc.) If there is more than one possibility, list them all separated by commas.
T
- to() - Method in annotation type com.perfectcorp.annotation.FloatRange
-
Largest value.
- to() - Method in annotation type com.perfectcorp.annotation.IntRange
-
Largest value, inclusive
- toInclusive() - Method in annotation type com.perfectcorp.annotation.FloatRange
-
Whether the to value is included in the range
- TOO_SMALL - com.perfectcorp.perfectlib.CameraKitQualityCheck.FaceAreaQuality
U
- UNDER_EXPOSED - com.perfectcorp.perfectlib.CameraKitQualityCheck.LightingQuality
- under_exposure - Variable in class com.perfectcorp.perfectlib.CameraKit.BadLightingReport
- UNEVEN - com.perfectcorp.perfectlib.CameraKitQualityCheck.LightingQuality
- uneven_lighting - Variable in class com.perfectcorp.perfectlib.CameraKit.BadLightingReport
- UNKNOWN - com.perfectcorp.perfectlib.CameraKitQualityCheck.FaceAreaQuality
- UNKNOWN - com.perfectcorp.perfectlib.CameraKitQualityCheck.FacePoseQuality
- UNKNOWN - com.perfectcorp.perfectlib.CameraKitQualityCheck.LightingQuality
V
- value() - Method in annotation type com.perfectcorp.annotation.GuardedBy
- value() - Method in annotation type com.perfectcorp.annotation.IntDef
-
Defines the allowed constants for this element
- value() - Method in annotation type com.perfectcorp.annotation.RequiresApi
-
The API level to require.
- value() - Method in annotation type com.perfectcorp.annotation.RequiresPermission.Read
- value() - Method in annotation type com.perfectcorp.annotation.RequiresPermission
-
The name of the permission that is required, if precisely one permission is required.
- value() - Method in annotation type com.perfectcorp.annotation.RequiresPermission.Write
- valueOf(String) - Static method in enum com.perfectcorp.perfectlib.CameraKitLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.perfectcorp.perfectlib.CameraKitQualityCheck.FaceAreaQuality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.perfectcorp.perfectlib.CameraKitQualityCheck.FacePoseQuality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.perfectcorp.perfectlib.CameraKitQualityCheck.LightingQuality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.perfectcorp.perfectlib.CameraView.ScaleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.perfectcorp.perfectlib.Functionality
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.perfectcorp.perfectlib.CameraKitLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.perfectcorp.perfectlib.CameraKitQualityCheck.FaceAreaQuality
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.perfectcorp.perfectlib.CameraKitQualityCheck.FacePoseQuality
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.perfectcorp.perfectlib.CameraKitQualityCheck.LightingQuality
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.perfectcorp.perfectlib.CameraView.ScaleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.perfectcorp.perfectlib.Functionality
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VisibleForTesting - Annotation Type in com.perfectcorp.annotation
-
Denotes that the class, method or field has its visibility relaxed, so that it is more widely visible than otherwise necessary to make code testable.
W
- WorkerThread - Annotation Type in com.perfectcorp.annotation
-
Denotes that the annotated method should only be called on a worker thread.
All Classes All Packages