Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.nio.channels | Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations. |
java.nio.file | Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems. |
java.util.concurrent | Utility classes commonly useful in concurrent programming. |
javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
Uses of Void in java.lang |
---|
Modifier and Type | Field and Description |
---|---|
static Class<Void> |
Void.TYPE
The Class object representing the pseudo-type corresponding to
the keyword void . |
Uses of Void in java.nio.channels |
---|
Modifier and Type | Method and Description |
---|---|
abstract Future<Void> |
AsynchronousSocketChannel.connect(SocketAddress remote)
Connects this channel. |
Modifier and Type | Method and Description | |
---|---|---|
abstract
|
AsynchronousSocketChannel.connect(SocketAddress remote,
A attachment,
CompletionHandler<Void,? super A> handler)
Connects this channel. |
Uses of Void in java.nio.file |
---|
Modifier and Type | Field and Description |
---|---|
static WatchEvent.Kind<Void> |
StandardWatchEventKind.OVERFLOW
A special event to indicate that events may have been lost or discarded. |
Uses of Void in java.util.concurrent |
---|
Modifier and Type | Method and Description |
---|---|
Void |
RecursiveAction.getRawResult()
Always returns null. |
Modifier and Type | Method and Description |
---|---|
protected void |
RecursiveAction.setRawResult(Void mustBeNull)
Requires null completion value. |
Uses of Void in javax.management.openmbean |
---|
Modifier and Type | Field and Description |
---|---|
static SimpleType<Void> |
SimpleType.VOID
The SimpleType instance describing values whose
Java class name is java.lang.Void . |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.