Package | Description |
---|---|
java.io | |
java.lang | |
java.lang.ref | |
java.lang.reflect | |
java.net | |
java.security | |
java.text | |
java.util |
Modifier and Type | Method and Description |
---|---|
static File |
File.createTempFile(String pre,
String suf) |
static File |
File.createTempFile(String pre,
String suf,
File dir) |
abstract boolean |
ObjectInputStream.GetField.defaulted(String name) |
abstract boolean |
ObjectInputStream.GetField.get(String name,
boolean defvalue) |
abstract byte |
ObjectInputStream.GetField.get(String name,
byte defvalue) |
abstract char |
ObjectInputStream.GetField.get(String name,
char defvalue) |
abstract double |
ObjectInputStream.GetField.get(String name,
double defvalue) |
abstract float |
ObjectInputStream.GetField.get(String name,
float defvalue) |
abstract int |
ObjectInputStream.GetField.get(String name,
int defvalue) |
abstract long |
ObjectInputStream.GetField.get(String name,
long defvalue) |
abstract Object |
ObjectInputStream.GetField.get(String name,
Object defvalue) |
abstract short |
ObjectInputStream.GetField.get(String name,
short defvalue) |
Constructor and Description |
---|
File(URI uri) |
Modifier and Type | Class and Description |
---|---|
class |
IllegalThreadStateException |
class |
NumberFormatException |
Modifier and Type | Method and Description |
---|---|
protected Package |
ClassLoader.definePackage(String pkgname,
String spectitle,
String specversion,
String specvendor,
String impltitle,
String implversion,
String implvendor,
URL sealbase)
Define a package by name.
|
void |
ThreadGroup.setMaxPriority(int newMaxPriority)
setMaxPriority(int newMaxPriority)
checks its argument and the caller's permissions befor calling setMaxPriority0.
|
void |
Thread.setPriority(int newPriority)
setPriority(int newPriority) first calls checkAccess(), and then
calls setPriority0() to set the priority to the lesser of
- the value requested; or
- the maxPriority of the parent ThreadGroup.
|
Modifier and Type | Method and Description |
---|---|
Reference |
ReferenceQueue.remove(long timeout) |
Modifier and Type | Method and Description |
---|---|
Object |
Field.get(Object obj) |
static Object |
Array.get(Object array,
int index) |
boolean |
Field.getBoolean(Object obj) |
static boolean |
Array.getBoolean(Object array,
int index) |
byte |
Field.getByte(Object obj) |
static byte |
Array.getByte(Object array,
int index) |
char |
Field.getChar(Object obj) |
static char |
Array.getChar(Object array,
int index) |
double |
Field.getDouble(Object obj) |
static double |
Array.getDouble(Object array,
int index) |
float |
Field.getFloat(Object obj) |
static float |
Array.getFloat(Object array,
int index) |
int |
Field.getInt(Object obj) |
static int |
Array.getInt(Object array,
int index) |
static InvocationHandler |
Proxy.getInvocationHandler(Object object)
You can ask an instance of a dynamic proxy class for its InvocationHandler.
|
static int |
Array.getLength(Object array) |
long |
Field.getLong(Object obj) |
static long |
Array.getLong(Object array,
int index) |
static Class |
Proxy.getProxyClass(ClassLoader loader,
Class[] interfaces) |
short |
Field.getShort(Object obj) |
static short |
Array.getShort(Object array,
int index) |
Object |
Method.invoke(Object obj,
Object[] args) |
static Object |
Array.newInstance(Class componentType,
int[] dimensions) |
Object |
Constructor.newInstance(Object[] initargs) |
static Object |
Proxy.newProxyInstance(ClassLoader loader,
Class[] interfaces,
InvocationHandler h) |
static void |
Array.set(Object array,
int index,
Object value) |
void |
Field.set(Object obj,
Object value) |
void |
Field.setBoolean(Object obj,
boolean z) |
static void |
Array.setBoolean(Object array,
int index,
boolean z) |
void |
Field.setByte(Object obj,
byte b) |
static void |
Array.setByte(Object array,
int index,
byte b) |
void |
Field.setChar(Object obj,
char c) |
static void |
Array.setChar(Object array,
int index,
char c) |
void |
Field.setDouble(Object obj,
double d) |
static void |
Array.setDouble(Object array,
int index,
double d) |
void |
Field.setFloat(Object obj,
float f) |
static void |
Array.setFloat(Object array,
int index,
float f) |
void |
Field.setInt(Object obj,
int i) |
static void |
Array.setInt(Object array,
int index,
int i) |
static void |
Array.setLong(Object array,
int index,
long l) |
void |
Field.setLong(Object obj,
long l) |
static void |
Array.setShort(Object array,
int index,
short s) |
void |
Field.setShort(Object obj,
short s) |
Modifier and Type | Method and Description |
---|---|
protected Package |
URLClassLoader.definePackage(String pname,
Manifest man,
URL url) |
void |
DatagramPacket.setLength(int length)
setLength(int length) sets the length for this packet.
|
Constructor and Description |
---|
DatagramPacket(byte[] buf,
int length)
Constructs a DatagramPacket useable to revieve ...
|
DatagramPacket(byte[] buf,
int length,
InetAddress address,
int port)
Constructs a DatagramPacket to send datagrams ...
|
DatagramPacket(byte[] buf,
int offset,
int length)
Constructs a DatagramPacket useable to revieve ...
|
DatagramPacket(byte[] buf,
int offset,
int length,
InetAddress address,
int port)
Constructs a DatagramPacket to send datagrams ...
|
InetSocketAddress(InetAddress address,
int port) |
InetSocketAddress(int port) |
InetSocketAddress(String hostname,
int port) |
Modifier and Type | Class and Description |
---|---|
class |
InvalidParameterException |
Modifier and Type | Method and Description |
---|---|
void |
MessageFormat.applyPattern(String pattern) |
String |
Format.format(Object obj)
Formats the specified object using the rules of this format.
|
abstract StringBuffer |
Format.format(Object obj,
StringBuffer appendBuf,
FieldPosition pos)
Appends the specified object to the specified string buffer using the
rules of this format.
|
AttributedCharacterIterator |
Format.formatToCharacterIterator(Object object)
Formats the specified object using the rules of this format and returns
an
AttributedCharacterIterator with the formatted string and no
attributes. |
Constructor and Description |
---|
MessageFormat(String pattern) |
MessageFormat(String pattern,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
List.add(int index,
Object element) |
boolean |
List.add(Object o) |
void |
ListIterator.add(Object o) |
boolean |
Set.add(Object o) |
boolean |
List.addAll(Collection c) |
boolean |
Set.addAll(Collection c) |
boolean |
List.addAll(int index,
Collection c) |
Object |
Map.put(Object key,
Object value) |
void |
Map.putAll(Map t) |
Object |
List.set(int index,
Object element) |
void |
ListIterator.set(Object o) |
Object |
Collections.UnmodEntry.setValue(Object value) |
Object |
Map.Entry.setValue(Object value) |
SortedMap |
SortedMap.subMap(Object fromKey,
Object toKey) |
SortedSet |
SortedSet.subSet(Object fromElement,
Object toElement) |