All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wangjiegulu.rapidooo.library.compiler.RapidOOOConstants Maven / Gradle / Ivy

package com.wangjiegulu.rapidooo.library.compiler;

/**
 * Author: wangjie Email: [email protected] Date: 2019-06-17.
 */
public interface RapidOOOConstants {
    String CLASS_NAME_PARCELABLE = "android.os.Parcelable";
    String CLASS_NAME_BUNDLE = "android.os.Bundle";
    String CLASS_NAME_PERSISTABLE_BUNDLE = "android.os.PersistableBundle";
    String CLASS_NAME_SPARSE_ARRAY = "android.util.SparseArray";
    String CLASS_NAME_IBINDER = "android.os.IBinder";
    String CLASS_NAME_SIZE = "android.util.Size";
    String CLASS_NAME_SIZEF = "android.util.SizeF";

    Object[] EMPTY_ARRAY = new Object[0];
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy