| JANUARY
Value of the
MONTH field indicating the first month of the
year.int
|
Calendar |
| JAPAN
Locale constant for ja_JP.
|
Locale |
| JAPANESE
Locale constant for ja.
|
Locale |
| JarEntry(String name)
Creates a new
JarEntry named name. |
JarEntry |
| JarEntry(JarEntry je)
Create a new
JarEntry using the values obtained from the
argument. |
JarEntry |
| JarEntry(ZipEntry entry)
Creates a new
JarEntry using the values obtained from entry. |
JarEntry |
| JarException()
Constructs a new
JarException instance. |
JarException |
| JarException(String detailMessage)
Constructs a new
JarException instance with the specified
message. |
JarException |
| JarFile(File file)
Create a new
JarFile using the contents of the specified file. |
JarFile |
| JarFile(File file, boolean verify)
Create a new
JarFile using the contents of the specified file. |
JarFile |
| JarFile(File file, boolean verify, int mode)
Create a new
JarFile using the contents of file. |
JarFile |
| JarFile(String filename)
Create a new
JarFile from the contents of the file specified by
filename. |
JarFile |
| JarFile(String filename, boolean verify)
Create a new
JarFile from the contents of the file specified by
filename. |
JarFile |
| JarInputStream(InputStream stream)
Constructs a new
JarInputStream from an input stream. |
JarInputStream |
| JarInputStream(InputStream stream, boolean verify)
Constructs a new
JarInputStream from an input stream. |
JarInputStream |
| JarOutputStream(OutputStream os)
Constructs a new
JarOutputStream using an arbitrary output
stream. |
JarOutputStream |
| JarOutputStream(OutputStream os, Manifest mf)
Constructs a new
JarOutputStream using an output stream. |
JarOutputStream |
| JAVA_OBJECT
The type code that identifies the SQL type
JAVA_OBJECT.int
|
Types |
| jdbcCompliant()
Reports whether this driver is a genuine JDBC CompliantTM driver.
|
Driver |
| JOB_DESCRIPTION
The job description at this company as the user entered it.
|
ContactsContract.CommonDataKinds.Organization |
| JOB_TITLE
This constant is deprecated.
see ContactsContract
|
Contacts.Intents.Insert |
| JOB_TITLE
The extra field for the contact job title.
|
ContactsContract.Intents.Insert |
| join()
Blocks the current Thread (
Thread.currentThread()) until
the receiver finishes its execution and dies. |
Thread |
| join(CharSequence delimiter, Iterable tokens)
Returns a string containing the tokens joined by delimiters.
|
TextUtils |
| join(CharSequence delimiter, Object[] tokens)
Returns a string containing the tokens joined by delimiters.
|
TextUtils |
| join(String separator)
Make a string from the contents of this JSONArray.
|
JSONArray |
| join(InetAddress addr)
Adds this socket to the multicast group
addr. |
DatagramSocketImpl
(protected) |
| join(long millis)
Blocks the current Thread (
Thread.currentThread()) until
the receiver finishes its execution and dies or the specified timeout
expires, whatever happens first. |
Thread |
| join(long millis, int nanos)
Blocks the current Thread (
Thread.currentThread()) until
the receiver finishes its execution and dies or the specified timeout
expires, whatever happens first. |
Thread |
| joinGroup(InetAddress groupAddr)
Adds this socket to the specified multicast group.
|
MulticastSocket |
| joinGroup(SocketAddress addr, NetworkInterface netInterface)
Adds this socket to the multicast group
addr. |
DatagramSocketImpl
(protected) |
| joinGroup(SocketAddress groupAddress, NetworkInterface netInterface)
Adds this socket to the specified multicast group.
|
MulticastSocket |
| joinThreadPool()
Add the calling thread to the IPC thread pool.
|
Binder |
| JPEG
Encoded formats.
int
|
PixelFormat |
| JSONArray()
Construct an empty JSONArray.
|
JSONArray |
| JSONArray(String string)
Construct a JSONArray from a source sJSON text.
|
JSONArray |
| JSONArray(Collection collection)
Construct a JSONArray from a Collection.
|
JSONArray |
| JSONArray(JSONTokener x)
Construct a JSONArray from a JSONTokener.
|
JSONArray |
| JSONException(String message)
Constructs a JSONException with an explanatory message.
|
JSONException |
| JSONObject()
Construct an empty JSONObject.
|
JSONObject |
| JSONObject(String string)
Construct a JSONObject from a string.
|
JSONObject |
| JSONObject(Map map)
Construct a JSONObject from a Map.
|
JSONObject |
| JSONObject(JSONObject jo, String[] sa)
Construct a JSONObject from a subset of another JSONObject.
|
JSONObject |
| JSONObject(JSONTokener x)
Construct a JSONObject from a JSONTokener.
|
JSONObject |
| JSONStringer()
Make a fresh JSONStringer.
|
JSONStringer |
| JSONTokener(String s)
Construct a JSONTokener from a string.
|
JSONTokener |
| JULY
Value of the
MONTH field indicating the seventh month of
the year.int
|
Calendar |
| JUNE
Value of the
MONTH field indicating the sixth month of the
year.int
|
Calendar |
| JUSTIFICATION
The JUSTIFICATION text attribute key.
|
TextAttribute |
| JUSTIFICATION_FULL
The Constant JUSTIFICATION_indicates the full requested width.
|
TextAttribute |
| JUSTIFICATION_NONE
The Constant JUSTIFICATION_NONE indicates that line is not
allowed for justification.
|
TextAttribute |