Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
java.lang.Void

Packages that use Void
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
 

Fields in java.lang with type parameters of type Void
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
 

Methods in java.nio.channels that return types with arguments of type Void
Modifier and Type Method and Description
abstract  Future<Void> AsynchronousSocketChannel.connect(SocketAddress remote)
          Connects this channel.
 

Method parameters in java.nio.channels with type arguments of type Void
Modifier and Type Method and Description
abstract
<A> void
AsynchronousSocketChannel.connect(SocketAddress remote, A attachment, CompletionHandler<Void,? super A> handler)
          Connects this channel.
 

Uses of Void in java.nio.file
 

Fields in java.nio.file with type parameters of type Void
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
 

Methods in java.util.concurrent that return Void
Modifier and Type Method and Description
 Void RecursiveAction.getRawResult()
          Always returns null.
 

Methods in java.util.concurrent with parameters of type Void
Modifier and Type Method and Description
protected  void RecursiveAction.setRawResult(Void mustBeNull)
          Requires null completion value.
 

Uses of Void in javax.management.openmbean
 

Fields in javax.management.openmbean with type parameters of type Void
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

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.