A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
W
- W - javafx.scene.input. KeyCode
-
常数为
W
键。 - W_RESIZE - Static variable in class javafx.scene. Cursor
-
西调整游标类型。
- W_RESIZE_CURSOR - Static variable in class java.awt. Cursor
-
西调整游标类型。
- W_RESIZE_CURSOR - Static variable in class java.awt. Frame
-
已过时。替换为
Cursor.W_RESIZE_CURSOR
。 - W3C_LENGTH_UNITS - Static variable in class javax.swing. JEditorPane
-
用于指示是否将 w3c compliant长度单位用于html呈现的客户端属性的键。
- W3C_XML_SCHEMA_INSTANCE_NS_URI - Static variable in class javax.xml. XMLConstants
-
W3C XML Schema实例命名空间URI。
- W3C_XML_SCHEMA_NS_URI - Static variable in class javax.xml. XMLConstants
-
W3C XML Schema命名空间URI。
- W3C_XPATH_DATATYPE_NS_URI - Static variable in class javax.xml. XMLConstants
-
W3C XPath数据类型命名空间URI。
- W3CDomHandler - Class in javax.xml.bind.annotation
-
DomHandler
W3C DOM实现(org.w3c.dom
包) - W3CDomHandler() - Constructor for class javax.xml.bind.annotation. W3CDomHandler
-
默认构造函数。
- W3CDomHandler(DocumentBuilder) - Constructor for class javax.xml.bind.annotation. W3CDomHandler
-
构造函数,允许应用程序指定要使用的DOM实现。
- W3CEndpointReference - Class in javax.xml.ws.wsaddressing
-
此类表示W3C寻址端点引用,它是支持W3C WS-Addressing 1.0 - 核心推荐的Web服务端点的远程引用。
- W3CEndpointReference() - Constructor for class javax.xml.ws.wsaddressing. W3CEndpointReference
-
默认构造函数。
- W3CEndpointReference(Source) - Constructor for class javax.xml.ws.wsaddressing. W3CEndpointReference
-
从信息集表示形成EPR
- W3CEndpointReferenceBuilder - Class in javax.xml.ws.wsaddressing
-
此类用于构建
W3CEndpointReference
实例。 - W3CEndpointReferenceBuilder() - Constructor for class javax.xml.ws.wsaddressing. W3CEndpointReferenceBuilder
-
创建一个新的
W3CEndpointReferenceBuilder
实例。 - WAIS - Static variable in class javax.print.attribute.standard. ReferenceUriSchemesSupported
-
广域信息服务器(WAIS)协议。
- wait() - Method in class java.lang. Object
-
导致当前线程等待,直到另一个线程调用该对象的
Object.notify()
方法或Object.notifyAll()
方法。 - wait(long) - Method in class java.lang. Object
-
导致当前线程等待,直到另一个线程调用此对象的
Object.notify()
方法或Object.notifyAll()
方法,或指定的时间已过。 - wait(long, int) - Method in class java.lang. Object
-
导致当前线程等待,直到另一个线程调用
Object.notify()
方法或Object.notifyAll()
方法为此对象,或其他一些线程中断当前线程,或一定量的实时已过。 - WAIT - Static variable in class javafx.scene. Cursor
-
等待光标类型。
- WAIT_CURSOR - Static variable in class java.awt. Cursor
-
等待光标类型。
- WAIT_CURSOR - Static variable in class java.awt. Frame
-
已过时。换成
Cursor.WAIT_CURSOR
。 - waitFor() - Method in class java.lang. Process
-
导致当前线程等待,如有必要,直到此
Process
对象表示的进程已终止。 - waitFor(long, TimeUnit) - Method in class java.lang. Process
-
导致当前线程等待,如果需要,直到由此
Process
对象表示的进程已终止,或指定的等待时间过去。 - waitForAll() - Method in class java.awt. MediaTracker
-
开始加载此媒体跟踪器跟踪的所有图像。
- waitForAll(long) - Method in class java.awt. MediaTracker
-
开始加载此媒体跟踪器跟踪的所有图像。
- waitForCardAbsent(long) - Method in class javax.smartcardio. CardTerminal
-
等待直到该终端的卡不存在或超时到期。
- waitForCardPresent(long) - Method in class javax.smartcardio. CardTerminal
-
等待直到某个卡存在于此终端或超时到期。
- waitForChange() - Method in class javax.smartcardio. CardTerminals
-
等待在该对象的任何终端中插入或删除卡。
- waitForChange(long) - Method in class javax.smartcardio. CardTerminals
-
等待在该对象的任何终端中插入或删除卡,或者超时到期。
- waitForID(int) - Method in class java.awt. MediaTracker
-
开始使用指定的标识符加载由此媒体跟踪器跟踪的所有图像。
- waitForID(int, long) - Method in class java.awt. MediaTracker
-
开始使用指定的标识符加载由此媒体跟踪器跟踪的所有图像。
- waitForIdle() - Method in class java.awt. Robot
-
等待直到事件队列上的所有事件都处理完毕。
- waitForWork() - Method in class javax.swing.text. LayoutQueue
-
由工作线程用来获取一个新的任务来执行。
- WAITING - java.lang. Thread.State
-
等待线程的线程状态
- waitingThreads() - Method in interface com.sun.jdi. ObjectReference
-
返回一个列表,其中包含当前正在等待此对象的显示器的每个线程的
ThreadReference
。 - wakeup() - Method in class java.nio.channels. Selector
-
导致尚未返回的第一个选择操作立即返回。
- walk(Path, int, FileVisitOption...) - Static method in class java.nio.file. Files
-
返回一个
Stream
,它通过走在一个给定的起始文件的根文件树上,Path
。 - walk(Path, FileVisitOption...) - Static method in class java.nio.file. Files
-
返回一个
Stream
,它是通过走在一个给定的起始文件的文件树上,这是惰性地填充了Path
。 - walk(Function<? super Stream<StackWalker.StackFrame>, ? extends T>) - Method in class java.lang. StackWalker
-
将给定的函数应用于当前线程的
StackFrame
的流,从堆栈的顶部框架遍历,这是调用此walk
方法的方法。 - walkFileTree(Path, FileVisitor<? super Path>) - Static method in class java.nio.file. Files
-
走一个文件树。
- walkFileTree(Path, Set<FileVisitOption>, int, FileVisitor<? super Path>) - Static method in class java.nio.file. Files
-
走一个文件树。
- WALL - java.time.zone. ZoneOffsetTransitionRule.TimeDefinition
-
当地的日期时间用墙壁偏移量表示。
- WALL_TIME - Static variable in class java.util. SimpleTimeZone
-
指定为挂钟时间的开始或结束时间模式的常数。
- WANTS_INPUT_PROPERTY - Static variable in class javax.swing. JOptionPane
-
绑定属性名称为
wantsInput
。 - wantsInput - Variable in class javax.swing. JOptionPane
-
如果为true,将向用户提供UI小部件以获取输入。
- WARANG_CITI - java.lang. Character.UnicodeScript
-
Unicode脚本“Warang花旗”。
- WARANG_CITI - Static variable in class java.lang. Character.UnicodeBlock
-
常数为“Warang Citi”Unicode字符块。
- warning(String) - Method in class java.util.logging. Logger
-
记录警告消息。
- warning(Supplier<String>) - Method in class java.util.logging. Logger
-
记录一条警告消息,只有当记录级别实际上记录消息时,才能构建一条警告消息。
- warning(TransformerException) - Method in interface javax.xml.transform. ErrorListener
-
接收警告通知。
- warning(SAXParseException) - Method in interface org.xml.sax. ErrorHandler
-
接收警告通知。
- warning(SAXParseException) - Method in class org.xml.sax. HandlerBase
-
已过时。接收解析器警告的通知。
- warning(SAXParseException) - Method in class org.xml.sax.helpers. DefaultHandler
-
接收解析器警告的通知。
- warning(SAXParseException) - Method in class org.xml.sax.helpers. XMLFilterImpl
-
过滤警告事件。
- WARNING - java.awt. TrayIcon.MessageType
-
一条警告信息
- WARNING - java.lang. System.Logger.Level
-
WARNING
级别:通常用于记录警告消息。 - WARNING - javafx.scene.control. Alert.AlertType
-
“警告”警告类型将“警报”对话框配置为以提示对话框的内容向用户警告某些事实或操作的方式显示。
- WARNING - javax.tools. Diagnostic.Kind
-
通常不会阻止工具正常完成的问题。
- WARNING - jdk.nashorn.api.tree. Diagnostic.Kind
-
通常不会阻止工具正常完成的问题。
- WARNING - Static variable in class java.util.logging. Level
-
警告是指示潜在问题的消息级别。
- WARNING - Static variable in class javax.print.attribute.standard. Severity
-
表示
PrinterStateReason
是“警告”。 - WARNING - Static variable in class javax.security.auth.callback. ConfirmationCallback
-
警告消息类型。
- WARNING - Static variable in class javax.security.auth.callback. TextOutputCallback
-
警告信息。
- WARNING - Static variable in interface javax.xml.bind. ValidationEvent
-
不符合XML 1.0建议定义的错误或致命错误的条件
- WARNING_DIALOG - Static variable in class javax.swing. JRootPane
-
用于windowDecorationStyle属性的常量。
- WARNING_MESSAGE - Static variable in class javax.swing. JOptionPane
-
用于警告消息。
- warningListeners - Variable in class javax.imageio. ImageReader
-
A
List
当前注册的IIOReadWarningListener
s,默认初始化为null
,这是一个空的List
同义词。 - warningListeners - Variable in class javax.imageio. ImageWriter
-
A
List
当前注册的IIOWriteWarningListener
s,默认初始化为null
,这是一个空的List
同义词。 - warningLocales - Variable in class javax.imageio. ImageReader
-
一个
List
的Locale
与每个当前注册的IIOReadWarningListener
相关联,默认初始化为null
,这是空的List
同义词。 - warningLocales - Variable in class javax.imageio. ImageWriter
-
甲
List
的Locale
S,一个用于的每个元素warningListeners
,默认情况下初始化null
,它与空同义List
。 - warningOccurred(ImageReader, String) - Method in interface javax.imageio.event. IIOReadWarningListener
-
报告解码中出现非致命错误。
- warningOccurred(ImageWriter, int, String) - Method in interface javax.imageio.event. IIOWriteWarningListener
-
报告编码中出现非致命错误。
- wasAdded() - Method in class javafx.collections. ListChangeListener.Change
-
指示在此更改期间是否添加元素
- wasAdded() - Method in class javafx.collections. MapChangeListener.Change
-
如果此更改是添加操作的结果。
- wasAdded() - Method in class javafx.collections. SetChangeListener.Change
-
如果此更改是添加操作的结果。
- wasAdded() - Method in class javafx.scene.control. TreeItem.TreeModificationEvent
-
如果此事件表示添加了子树项目的TreeItem事件,则返回true。
- wasCollapsed() - Method in class javafx.scene.control. TreeItem.TreeModificationEvent
-
如果此事件表示TreeItem collapse事件,则返回true,如果TreeItem未折叠,则返回false。
- wasExpanded() - Method in class javafx.scene.control. TreeItem.TreeModificationEvent
-
如果此事件表示TreeItem展开事件,则返回true,如果TreeItem未展开则返回false。
- wasFocused - Variable in class javax.swing.plaf.basic. BasicMenuUI.ChangeHandler
-
集中的组件。
- wasGarbageCollected() - Method in class javafx.beans.value. WeakChangeListener
-
如果链接的侦听器被垃圾回收,则返回
true
。 - wasGarbageCollected() - Method in class javafx.beans. WeakInvalidationListener
-
如果链接的侦听器被垃圾回收,则返回
true
。 - wasGarbageCollected() - Method in interface javafx.beans. WeakListener
-
如果链接的侦听器被垃圾回收,则返回
true
。 - wasGarbageCollected() - Method in class javafx.collections. WeakListChangeListener
-
如果链接的监听器被垃圾回收,则返回
true
。 - wasGarbageCollected() - Method in class javafx.collections. WeakMapChangeListener
-
如果链接的侦听器被垃圾回收,则返回
true
。 - wasGarbageCollected() - Method in class javafx.collections. WeakSetChangeListener
-
如果链接的侦听器被垃圾回收,则返回
true
。 - wasGarbageCollected() - Method in class javafx.event. WeakEventHandler
-
指示关联的事件处理程序是否已被垃圾回收。
- wasIcon(JInternalFrame) - Method in class javax.swing. DefaultDesktopManager
-
返回
true
如果组件已被图标化和的边界desktopIcon
是有效的,否则返回false
。 - wasIndeterminateChanged() - Method in class javafx.scene.control. CheckBoxTreeItem.TreeModificationEvent
-
表示此事件的原因是CheckBoxTreeItem中的不确定状态发生了变化(而不是被选择或未选择)。
- wasNull() - Method in interface java.sql. CallableStatement
-
检索读取的最后一个OUT参数是否为SQL
NULL
的值。 - wasNull() - Method in interface java.sql. ResultSet
-
报告最后一列读取的值是否为SQL
NULL
。 - wasNull() - Method in interface java.sql. SQLInput
-
检索最后读取的值是否为SQL
NULL
。 - wasNull() - Method in class javax.sql.rowset.serial. SQLInputImpl
-
确定从此
SQLInputImpl
对象读取的最后一个值是否为null
。 - wasPermutated() - Method in class javafx.collections. ListChangeListener.Change
-
指示更改是否只是一个排列。
- wasPermutated() - Method in class javafx.scene.control. TreeItem.TreeModificationEvent
-
如果TreeItem子列表的顺序已更改,但没有添加或删除,则返回true。
- wasRemoved() - Method in class javafx.collections. ListChangeListener.Change
-
表示在此更改期间元素是否被删除。
- wasRemoved() - Method in class javafx.collections. MapChangeListener.Change
-
如果此更改是删除操作的结果。
- wasRemoved() - Method in class javafx.collections. SetChangeListener.Change
-
如果此更改是删除操作的结果。
- wasRemoved() - Method in class javafx.scene.control. TreeItem.TreeModificationEvent
-
如果此事件表示删除了子树项目的TreeItem事件,则返回true。
- wasReplaced() - Method in class javafx.collections. ListChangeListener.Change
-
表示在此更改期间是否更换了元素。
- wasSelectionChanged() - Method in class javafx.scene.control. CheckBoxTreeItem.TreeModificationEvent
-
表示此事件的原因是CheckBoxTreeItem上的选择已更改(与其变为不确定)相反。
- wasUpdated() - Method in class javafx.collections. ListChangeListener.Change
-
表示getFrom()(包括)到getTo()的独占元素已更改。
- watchable() - Method in interface java.nio.file. WatchKey
-
返回创建该观察键的对象。
- Watchable - Interface in java.nio.file
-
可以注册到手表服务的对象,以便可以 观看更改和事件。
- WatchEvent< T> - Interface in java.nio.file
-
一个事件或一个对象的重复事件,注册了一个
WatchService
。 - WatchEvent.Kind< T> - Interface in java.nio.file
-
一种事件类型,用于识别。
- WatchEvent.Modifier - Interface in java.nio.file
-
一个事件修饰符,符合
Watchable
如何注册WatchService
。 - WatchKey - Interface in java.nio.file
-
一个表示
watchable
对象注册的令牌,代码为WatchService
。 - WatchpointEvent - Interface in com.sun.jdi.event
-
通知目标VM中线程遇到的字段触发事件。
- WatchpointRequest - Interface in com.sun.jdi.request
-
标识正在观看的目标虚拟机中的
Field
。 - WatchService - Interface in java.nio.file
-
手表服务, 手表已注册的对象的变化和事件。
- WAVE - Static variable in class javax.sound.sampled. AudioFileFormat.Type
-
指定WAVE文件。
- WCharSeqHelper - Class in org.omg.CORBA
-
助手
WCharSeq
。 - WCharSeqHelper() - Constructor for class org.omg.CORBA. WCharSeqHelper
- WCharSeqHolder - Class in org.omg.CORBA
-
持有人
WCharSeq
。 - WCharSeqHolder() - Constructor for class org.omg.CORBA. WCharSeqHolder
- WCharSeqHolder(char[]) - Constructor for class org.omg.CORBA. WCharSeqHolder
- WEAK_COMPARE_AND_SET - java.lang.invoke. VarHandle.AccessMode
-
访问模式,其访问由相应的方法
VarHandle.weakCompareAndSet
指定 - WEAK_COMPARE_AND_SET_ACQUIRE - java.lang.invoke. VarHandle.AccessMode
-
访问模式的访问由相应的方法
VarHandle.weakCompareAndSetAcquire
指定 - WEAK_COMPARE_AND_SET_PLAIN - java.lang.invoke. VarHandle.AccessMode
-
访问模式的访问由相应的方法
VarHandle.weakCompareAndSetPlain
指定 - WEAK_COMPARE_AND_SET_RELEASE - java.lang.invoke. VarHandle.AccessMode
-
访问模式的访问由相应的方法
VarHandle.weakCompareAndSetRelease
指定 - WeakChangeListener< T> - Class in javafx.beans.value
-
A
WeakChangeListener
可以使用,如果一个ObservableValue
应该只保留一个对监听器的弱引用。 - WeakChangeListener(ChangeListener<T>) - Constructor for class javafx.beans.value. WeakChangeListener
-
构造函数为
WeakChangeListener
。 - weakCompareAndSet(boolean, boolean) - Method in class java.util.concurrent.atomic. AtomicBoolean
-
已过时。该方法具有明显的记忆效应,但方法名称表示易失性记忆效应(参见
AtomicBoolean.compareAndExchange(boolean, boolean)
和AtomicBoolean.compareAndSet(boolean, boolean)
等方法)。 为了避免在平常或易失性记忆效应上的混乱,建议使用方法AtomicBoolean.weakCompareAndSetPlain(boolean, boolean)
。 - weakCompareAndSet(int, int) - Method in class java.util.concurrent.atomic. AtomicInteger
-
已过时。该方法具有简单的记忆效应,但方法名称表示易失性记忆效应(参见方法,如
AtomicInteger.compareAndExchange(int, int)
和AtomicInteger.compareAndSet(int, int)
)。 为了避免在简单或易失性记忆效应上的混淆,建议使用方法AtomicInteger.weakCompareAndSetPlain(int, int)
。 - weakCompareAndSet(int, int, int) - Method in class java.util.concurrent.atomic. AtomicIntegerArray
-
已过时。该方法具有简单的记忆效应,但方法名称表示易失性记忆效应(参见方法,如
AtomicIntegerArray.compareAndExchange(int, int, int)
和AtomicIntegerArray.compareAndSet(int, int, int)
)。 为了避免在平常或易失性记忆效应上的混乱,建议使用方法AtomicIntegerArray.weakCompareAndSetPlain(int, int, int)
。 - weakCompareAndSet(int, long, long) - Method in class java.util.concurrent.atomic. AtomicLongArray
-
已过时。该方法具有简单的记忆效应,但方法名称表示易失性记忆效应(参见方法,如
AtomicLongArray.compareAndExchange(int, long, long)
和AtomicLongArray.compareAndSet(int, long, long)
)。 为了避免在平常或易失性记忆效应上的混乱,建议使用方法AtomicLongArray.weakCompareAndSetPlain(int, long, long)
。 - weakCompareAndSet(int, E, E) - Method in class java.util.concurrent.atomic. AtomicReferenceArray
-
已过时。该方法具有明显的记忆效应,但方法名称表示易失性记忆效应(参见方法如
AtomicReferenceArray.compareAndExchange(int, E, E)
和AtomicReferenceArray.compareAndSet(int, E, E)
)。 为了避免在简单或易失性记忆效应上的混淆,建议使用方法AtomicReferenceArray.weakCompareAndSetPlain(int, E, E)
。 - weakCompareAndSet(long, long) - Method in class java.util.concurrent.atomic. AtomicLong
-
已过时。该方法具有简单的记忆效应,但方法名称表示易失性记忆效应(参见
AtomicLong.compareAndExchange(long, long)
和AtomicLong.compareAndSet(long, long)
等方法)。 为了避免在平常或易失性记忆效应上的混乱,建议使用方法AtomicLong.weakCompareAndSetPlain(long, long)
。 - weakCompareAndSet(Object...) - Method in class java.lang.invoke. VarHandle
-
可能原子将变量到值
newValue
用的存储器语义VarHandle.setVolatile(java.lang.Object...)
,如果该变量的当前值,被称为 证人值 ,==
的expectedValue
,与的存储器访问语义VarHandle.getVolatile(java.lang.Object...)
。 - weakCompareAndSet(T, int, int) - Method in class java.util.concurrent.atomic. AtomicIntegerFieldUpdater
-
如果当前值为
==
,则将由此更新程序管理的给定对象的字段原子设置为给定的更新值。 - weakCompareAndSet(T, long, long) - Method in class java.util.concurrent.atomic. AtomicLongFieldUpdater
-
如果当前值
==
为预期值,则将由此更新程序管理的给定对象的字段原子设置为给定的更新值。 - weakCompareAndSet(T, V, V) - Method in class java.util.concurrent.atomic. AtomicReferenceFieldUpdater
-
如果当前值
==
为预期值,则将由此更新程序管理的给定对象的字段原子设置为给定的更新值。 - weakCompareAndSet(V, V) - Method in class java.util.concurrent.atomic. AtomicReference
-
已过时。该方法具有明显的记忆效应,但方法名称表示易失性记忆效应(参见方法,如
AtomicReference.compareAndExchange(V, V)
和AtomicReference.compareAndSet(V, V)
)。 为了避免在平常或易失性记忆效应上的混乱,建议使用方法AtomicReference.weakCompareAndSetPlain(V, V)
。 - weakCompareAndSet(V, V, boolean, boolean) - Method in class java.util.concurrent.atomic. AtomicMarkableReference
-
如果当前引用为预期引用的
==
,并且当前标记等于预期标记,则将引用和标记的值原子设置为给定更新值。 - weakCompareAndSet(V, V, int, int) - Method in class java.util.concurrent.atomic. AtomicStampedReference
-
如果当前参考值为预期参考值的
==
,并且当前印记等于预期的印记,则将引用和标记的值原子设置为给定的更新值。 - weakCompareAndSetAcquire(boolean, boolean) - Method in class java.util.concurrent.atomic. AtomicBoolean
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetAcquire(java.lang.Object...)
。 - weakCompareAndSetAcquire(int, int) - Method in class java.util.concurrent.atomic. AtomicInteger
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetAcquire(java.lang.Object...)
。 - weakCompareAndSetAcquire(int, int, int) - Method in class java.util.concurrent.atomic. AtomicIntegerArray
-
可能以原子方式设置在索引元件
i
到newValue
如果该元素的当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetAcquire(java.lang.Object...)
。 - weakCompareAndSetAcquire(int, long, long) - Method in class java.util.concurrent.atomic. AtomicLongArray
-
可能以原子方式设置在索引元件
i
到newValue
如果该元素的当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetAcquire(java.lang.Object...)
。 - weakCompareAndSetAcquire(int, E, E) - Method in class java.util.concurrent.atomic. AtomicReferenceArray
-
可能以原子方式设置在索引元件
i
到newValue
如果该元素的当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetAcquire(java.lang.Object...)
。 - weakCompareAndSetAcquire(long, long) - Method in class java.util.concurrent.atomic. AtomicLong
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetAcquire(java.lang.Object...)
。 - weakCompareAndSetAcquire(Object...) - Method in class java.lang.invoke. VarHandle
-
可能原子将变量到值
newValue
用的语义VarHandle.set(java.lang.Object...)
,如果该变量的当前值,被称为 证人值 ,==
的expectedValue
,与的存储器访问语义VarHandle.getAcquire(java.lang.Object...)
。 - weakCompareAndSetAcquire(V, V) - Method in class java.util.concurrent.atomic. AtomicReference
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetAcquire(java.lang.Object...)
。 - weakCompareAndSetPlain(boolean, boolean) - Method in class java.util.concurrent.atomic. AtomicBoolean
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetPlain(java.lang.Object...)
。 - weakCompareAndSetPlain(int, int) - Method in class java.util.concurrent.atomic. AtomicInteger
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetPlain(java.lang.Object...)
。 - weakCompareAndSetPlain(int, int, int) - Method in class java.util.concurrent.atomic. AtomicIntegerArray
-
如果元素的当前值为
== expectedValue
,具有由VarHandle.weakCompareAndSetPlain(java.lang.Object...)
指定的记忆效应,则可以将索引i
为newValue
的元素原子设置为 newValue 。 - weakCompareAndSetPlain(int, long, long) - Method in class java.util.concurrent.atomic. AtomicLongArray
-
如果元素的当前值为
== expectedValue
,具有由VarHandle.weakCompareAndSetPlain(java.lang.Object...)
指定的记忆效应,则可以将索引i
为newValue
的元素原子设置为 newValue 。 - weakCompareAndSetPlain(int, E, E) - Method in class java.util.concurrent.atomic. AtomicReferenceArray
-
可能以原子方式设置在索引元件
i
到newValue
如果该元素的当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetPlain(java.lang.Object...)
。 - weakCompareAndSetPlain(long, long) - Method in class java.util.concurrent.atomic. AtomicLong
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetPlain(java.lang.Object...)
。 - weakCompareAndSetPlain(Object...) - Method in class java.lang.invoke. VarHandle
-
可能原子将变量到值
newValue
用的语义VarHandle.set(java.lang.Object...)
,如果该变量的当前值,被称为 证人值 ,==
的expectedValue
,与的存储器访问语义VarHandle.get(java.lang.Object...)
。 - weakCompareAndSetPlain(V, V) - Method in class java.util.concurrent.atomic. AtomicReference
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetPlain(java.lang.Object...)
。 - weakCompareAndSetRelease(boolean, boolean) - Method in class java.util.concurrent.atomic. AtomicBoolean
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetRelease(java.lang.Object...)
。 - weakCompareAndSetRelease(int, int) - Method in class java.util.concurrent.atomic. AtomicInteger
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetRelease(java.lang.Object...)
。 - weakCompareAndSetRelease(int, int, int) - Method in class java.util.concurrent.atomic. AtomicIntegerArray
-
可能以原子方式设置在索引元件
i
到newValue
如果该元素的当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetRelease(java.lang.Object...)
。 - weakCompareAndSetRelease(int, long, long) - Method in class java.util.concurrent.atomic. AtomicLongArray
-
如果元素的当前值为
== expectedValue
,具有由VarHandle.weakCompareAndSetRelease(java.lang.Object...)
指定的内存效应,则可以将索引i
为newValue
的元素原子设置为 newValue 。 - weakCompareAndSetRelease(int, E, E) - Method in class java.util.concurrent.atomic. AtomicReferenceArray
-
如果元素的当前值为
== expectedValue
,具有由VarHandle.weakCompareAndSetRelease(java.lang.Object...)
指定的记忆效应,则可以将索引i
为newValue
的元素原子设置为 newValue 。 - weakCompareAndSetRelease(long, long) - Method in class java.util.concurrent.atomic. AtomicLong
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetRelease(java.lang.Object...)
。 - weakCompareAndSetRelease(Object...) - Method in class java.lang.invoke. VarHandle
-
可能原子将变量到值
newValue
用的语义VarHandle.setRelease(java.lang.Object...)
,如果该变量的当前值,被称为 证人值 ,==
的expectedValue
,与的存储器访问语义VarHandle.get(java.lang.Object...)
。 - weakCompareAndSetRelease(V, V) - Method in class java.util.concurrent.atomic. AtomicReference
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSetRelease(java.lang.Object...)
。 - weakCompareAndSetVolatile(boolean, boolean) - Method in class java.util.concurrent.atomic. AtomicBoolean
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSet(java.lang.Object...)
。 - weakCompareAndSetVolatile(int, int) - Method in class java.util.concurrent.atomic. AtomicInteger
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSet(java.lang.Object...)
。 - weakCompareAndSetVolatile(int, int, int) - Method in class java.util.concurrent.atomic. AtomicIntegerArray
-
可能以原子方式设置在索引元件
i
到newValue
如果该元素的当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSet(java.lang.Object...)
。 - weakCompareAndSetVolatile(int, long, long) - Method in class java.util.concurrent.atomic. AtomicLongArray
-
如果元素的当前值为
== expectedValue
,可以将索引i
为newValue
的元素设置为== expectedValue
,具有由VarHandle.weakCompareAndSet(java.lang.Object...)
指定的内存效果。 - weakCompareAndSetVolatile(int, E, E) - Method in class java.util.concurrent.atomic. AtomicReferenceArray
-
可能以原子方式设置在索引元件
i
到newValue
如果该元素的当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSet(java.lang.Object...)
。 - weakCompareAndSetVolatile(long, long) - Method in class java.util.concurrent.atomic. AtomicLong
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSet(java.lang.Object...)
。 - weakCompareAndSetVolatile(V, V) - Method in class java.util.concurrent.atomic. AtomicReference
-
可能原子将值设置为
newValue
如果当前值== expectedValue
如通过指定,记忆效应VarHandle.weakCompareAndSet(java.lang.Object...)
。 - WeakEventHandler< T extends Event> - Class in javafx.event
-
用于事件处理程序注册代替其关联的事件处理程序。
- WeakEventHandler(EventHandler<T>) - Constructor for class javafx.event. WeakEventHandler
-
创建一个新的实例
WeakEventHandler
。 - WeakHashMap< K, V> - Class in java.util
-
基于哈希表的实现
Map
接口,具有 弱键 。 - WeakHashMap() - Constructor for class java.util. WeakHashMap
-
构造一个新的,空的
WeakHashMap
,默认的初始容量(16)和负载系数(0.75)。 - WeakHashMap(int) - Constructor for class java.util. WeakHashMap
-
构造一个新的,空的
WeakHashMap
具有给定的初始容量和默认负载因子(0.75)。 - WeakHashMap(int, float) - Constructor for class java.util. WeakHashMap
-
构造一个新的,空的
WeakHashMap
与给定的初始容量和给定的负载因子。 - WeakHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util. WeakHashMap
-
构造一个新的
WeakHashMap
与指定的地图相同的映射。 - WeakInvalidationListener - Class in javafx.beans
-
A
WeakInvalidationListener
可以使用,如果一个Observable
应该只保留一个对监听器的弱引用。 - WeakInvalidationListener(InvalidationListener) - Constructor for class javafx.beans. WeakInvalidationListener
-
构造函数为
WeakInvalidationListener
。 - WeakListChangeListener< E> - Class in javafx.collections
-
A
WeakListChangeListener
可以使用,如果一个ObservableList
应该只保留对该监听器的弱引用。 - WeakListChangeListener(ListChangeListener<E>) - Constructor for class javafx.collections. WeakListChangeListener
-
构造函数为
WeakListChangeListener
。 - WeakListener - Interface in javafx.beans
-
WeakListener
是JavaFX API中所有弱监听器实现的超级界面。 - WeakMapChangeListener< K, V> - Class in javafx.collections
-
A
WeakMapChangeListener
可以使用,如果一个ObservableMap
应该只保留一个对监听器的弱引用。 - WeakMapChangeListener(MapChangeListener<K, V>) - Constructor for class javafx.collections. WeakMapChangeListener
-
构造函数为
WeakMapChangeListener
。 - WeakReference< T> - Class in java.lang.ref
-
弱参考对象,不会阻止其指定对象的最终确定,最终确定,然后被回收。
- WeakReference(T) - Constructor for class java.lang.ref. WeakReference
-
创建引用给定对象的新的弱引用。
- WeakReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref. WeakReference
-
创建引用给定对象并在给定队列中注册的新的弱引用。
- WeakSetChangeListener< E> - Class in javafx.collections
-
A
WeakSetChangeListener
可以使用,如果一个ObservableSet
应该只保留对监听器的弱引用。 - WeakSetChangeListener(SetChangeListener<E>) - Constructor for class javafx.collections. WeakSetChangeListener
-
构造函数为
WeakSetChangeListener
。 - web(String) - Static method in class javafx.scene.paint. Color
-
创建使用HTML或CSS属性字符串指定的RGB颜色。
- web(String, double) - Static method in class javafx.scene.paint. Color
-
创建使用HTML或CSS属性字符串指定的RGB颜色。
- WEB - javafx.application. ConditionalFeature
-
表示此平台上可用的javafx.scene.web软件包。
- WebEndpoint - Annotation Type in javax.xml.ws
-
用于注释生成的服务接口的
getPortName()
方法。 - WebEngine - Class in javafx.scene.web
-
WebEngine
是一个能够一次管理一个网页的非视觉对象。 - WebEngine() - Constructor for class javafx.scene.web. WebEngine
-
创建一个新的引擎。
- WebEngine(String) - Constructor for class javafx.scene.web. WebEngine
-
创建一个新的引擎并加载一个网页。
- WebErrorEvent - Class in javafx.scene.web
-
一个事件指示
WebEngine
错误。 - WebErrorEvent(Object, EventType<WebErrorEvent>, String, Throwable) - Constructor for class javafx.scene.web. WebErrorEvent
-
创建一个新的
WebErrorEvent
。 - WebEvent< T> - Class in javafx.scene.web
-
WebEvent
实例被传递到EventHandler
,注册小号WebEngine
由JavaScript的网页上运行。 - WebEvent(Object, EventType<WebEvent>, T) - Constructor for class javafx.scene.web. WebEvent
-
创建一个新的事件对象。
- WebFault - Annotation Type in javax.xml.ws
-
用于注释特定于服务的异常类,以定制到故障元素的本地和命名空间名称以及故障bean的名称。
- WebHistory - Class in javafx.scene.web
-
WebHistory
类表示与WebEngine
实例相关联的会话历史。 - WebHistory.Entry - Class in javafx.scene.web
-
Entry
类代表会话历史中的单个条目。 - WebMethod - Annotation Type in javax.jws
- WebParam - Annotation Type in javax.jws
- WebParam.Mode - Enum in javax.jws
- WebResult - Annotation Type in javax.jws
- WebRowSet - Interface in javax.sql.rowset
-
WebRowSet
必须实现的所有实现的标准接口。 - WebService - Annotation Type in javax.jws
- WebServiceClient - Annotation Type in javax.xml.ws
-
用于注释生成的服务接口。
- WebServiceContext - Interface in javax.xml.ws
-
A
WebServiceContext
使Web服务端点实现类可以相对于正在服务的请求访问消息上下文和安全信息。 - WebServiceException - Exception in javax.xml.ws
-
WebServiceException
类是所有JAX-WS API运行时异常的基础异常类。 - WebServiceException() - Constructor for exception javax.xml.ws. WebServiceException
-
构造一个新的异常,以
null
作为其详细消息。 - WebServiceException(String) - Constructor for exception javax.xml.ws. WebServiceException
-
使用指定的详细消息构造新的异常。
- WebServiceException(String, Throwable) - Constructor for exception javax.xml.ws. WebServiceException
-
构造一个新的异常与指定的详细信息和原因。
- WebServiceException(Throwable) - Constructor for exception javax.xml.ws. WebServiceException
-
构造具有指定cause和详细消息的新WebServiceException
(cause==null ? null : cause.toString())
(它通常包含的类和详细消息cause
)。 - WebServiceFeature - Class in javax.xml.ws
-
WebServiceFeature用于表示可以为Web服务启用或禁用的功能。
- WebServiceFeature() - Constructor for class javax.xml.ws. WebServiceFeature
-
默认构造函数。
- WebServiceFeatureAnnotation - Annotation Type in javax.xml.ws.spi
-
用于将其他注释识别为
WebServiceFeature
注释。 - WebServicePermission - Class in javax.xml.ws
-
此类定义Web服务权限。
- WebServicePermission(String) - Constructor for class javax.xml.ws. WebServicePermission
-
创建具有指定名称的新权限。
- WebServicePermission(String, String) - Constructor for class javax.xml.ws. WebServicePermission
-
创建具有指定名称和操作的新权限。
- WebServiceProvider - Annotation Type in javax.xml.ws
-
用于注释Provider实现类。
- WebServiceRef - Annotation Type in javax.xml.ws
-
WebServiceRef
注释用于定义对Web服务的引用以及(可选)为其注入目标。 - WebServiceRefs - Annotation Type in javax.xml.ws
-
WebServiceRefs
注释允许在类级别声明多个Web服务引用。 - WebSocket - Interface in jdk.incubator.http
-
符合RFC 6455的WebSocket客户端。
- WebSocket.Builder - Interface in jdk.incubator.http
-
用于创建
WebSocket
实例的构建器。 - WebSocket.Listener - Interface in jdk.incubator.http
-
一个
WebSocket
事件和消息的WebSocket
。 - WebSocket.MessagePart - Enum in jdk.incubator.http
-
WebSocket.Listener
在可能收到部分消息的情况下使用的标记。 - WebSocketHandshakeException - Exception in jdk.incubator.http
-
用于表示开启握手的异常失败。
- WebSocketHandshakeException(HttpResponse<?>) - Constructor for exception jdk.incubator.http. WebSocketHandshakeException
- WebView - Class in javafx.scene.web
- WebView() - Constructor for class javafx.scene.web. WebView
-
创建一个
WebView
对象。 - WEDNESDAY - java.time. DayOfWeek
-
星期三的星期几的单身人士例子。
- WEDNESDAY - Static variable in class java.util. Calendar
-
价值
Calendar.DAY_OF_WEEK
字段显示周三。 - WEEK_BASED_YEAR - Static variable in class java.time.temporal. IsoFields
-
代表周年的领域。
- WEEK_BASED_YEARS - Static variable in class java.time.temporal. IsoFields
-
以加法和减法为目的的以星期为单位的单位。
- WEEK_BASED_YEARS - Static variable in class java.time.temporal. WeekFields
-
以加法和减法为目的的以星期为单位的单位。
- WEEK_OF_MONTH - Static variable in class java.text. DateFormat.Field
-
不断识别月份字段。
- WEEK_OF_MONTH - Static variable in class java.util. Calendar
-
get
字段编号和set
表示set
的周数。 - WEEK_OF_MONTH_FIELD - Static variable in class java.text. DateFormat
-
WEEK_OF_MONTH字段对齐的常用常数。
- WEEK_OF_WEEK_BASED_YEAR - Static variable in class java.time.temporal. IsoFields
-
代表周周的一年的领域。
- WEEK_OF_YEAR - Static variable in class java.text. DateFormat.Field
-
常年识别一周的字段。
- WEEK_OF_YEAR - Static variable in class java.util. Calendar
-
get
字段编号和set
表示set
的周数。 - WEEK_OF_YEAR_FIELD - Static variable in class java.text. DateFormat
-
WEEK_OF_YEAR字段对齐的常用常数。
- weekBasedYear() - Method in class java.time.temporal. WeekFields
-
根据这个
WeekFields
返回一个字段以访问一周的年份。 - WeekFields - Class in java.time.temporal
-
星期几,星期周和周末字段的本地化定义。
- weekOfMonth() - Method in class java.time.temporal. WeekFields
-
根据这个
WeekFields
返回一个字段以访问一个月。 - weekOfWeekBasedYear() - Method in class java.time.temporal. WeekFields
-
根据这个
WeekFields
返回一个字段以访问一周的周。 - weekOfYear() - Method in class java.time.temporal. WeekFields
-
根据这个
WeekFields
返回一个字段以访问一周中的一周。 - WEEKS - java.time.temporal. ChronoUnit
-
代表一周概念的单位。
- weight - Variable in class java.awt.font. GlyphJustificationInfo
-
这个字形的重量。
- WEIGHT - Static variable in class java.awt.font. TextAttribute
-
字体重量的属性键。
- WEIGHT_BOLD - Static variable in class java.awt.font. TextAttribute
-
标准大胆的体重。
- WEIGHT_DEMIBOLD - Static variable in class java.awt.font. TextAttribute
-
中等重量比
WEIGHT_BOLD
轻。 - WEIGHT_DEMILIGHT - Static variable in class java.awt.font. TextAttribute
-
中间重量在
WEIGHT_LIGHT
和WEIGHT_STANDARD
之间。 - WEIGHT_EXTRA_LIGHT - Static variable in class java.awt.font. TextAttribute
-
最轻的预定义重量。
- WEIGHT_EXTRABOLD - Static variable in class java.awt.font. TextAttribute
-
重量过重
- WEIGHT_HEAVY - Static variable in class java.awt.font. TextAttribute
-
重量比
WEIGHT_BOLD
中等重。 - WEIGHT_LIGHT - Static variable in class java.awt.font. TextAttribute
-
标准重量轻。
- WEIGHT_MEDIUM - Static variable in class java.awt.font. TextAttribute
-
中间重量在
WEIGHT_REGULAR
和WEIGHT_BOLD
之间。 - WEIGHT_REGULAR - Static variable in class java.awt.font. TextAttribute
-
标准重量。
- WEIGHT_SEMIBOLD - Static variable in class java.awt.font. TextAttribute
-
比
WEIGHT_REGULAR
中等重。 - WEIGHT_ULTRABOLD - Static variable in class java.awt.font. TextAttribute
-
最重的预定义重量。
- weightx - Variable in class java.awt. GridBagConstraints
-
指定如何分配额外的水平空间。
- weighty - Variable in class java.awt. GridBagConstraints
-
指定如何分配额外的垂直空间。
- WEST - Static variable in class java.awt. BorderLayout
-
西布局限制(容器左侧)。
- WEST - Static variable in class java.awt. GridBagConstraints
-
将组件放置在其显示区域的左侧,垂直居中。
- WEST - Static variable in class javax.swing. SpringLayout
-
指定组件的边界矩形的左边缘。
- WEST - Static variable in interface javax.swing. SwingConstants
-
指南针方向西(左)。
- westPane - Variable in class javax.swing.plaf.basic. BasicInternalFrameUI
-
西面
- WHEAT - Static variable in class javafx.scene.paint. Color
-
RGB值为#F5DEB3的彩色小麦
- WHEEL_BLOCK_SCROLL - Static variable in class java.awt.event. MouseWheelEvent
-
表示通过“块”滚动的常量(如滚动页面向下,向下翻页键)
- WHEEL_UNIT_SCROLL - Static variable in class java.awt.event. MouseWheelEvent
-
表示以“单位”滚动的常量(如用箭头键滚动)
- when - Variable in class java.awt. Event
-
已过时。时间戳
- when(ObservableBooleanValue) - Static method in class javafx.beans.binding. Bindings
-
创建一个计算三元表达式结果的绑定。
- When - Class in javafx.beans.binding
-
计算三元表达式的绑定的起始点。
- When(ObservableBooleanValue) - Constructor for class javafx.beans.binding. When
-
构造函数为
When
。 - WHEN_ANCESTOR_OF_FOCUSED_COMPONENT - Static variable in class javax.swing. JComponent
-
常量用于
registerKeyboardAction
,这意味着当接收组件是聚焦组件的祖先或本身是关注组件时,应调用该命令。 - WHEN_FOCUSED - Static variable in class javax.swing. JComponent
-
常量用于
registerKeyboardAction
,这意味着当组件具有焦点时应该调用该命令。 - WHEN_IN_FOCUSED_WINDOW - Static variable in class javax.swing. JComponent
-
用于
registerKeyboardAction
常量,这意味着当接收组件在具有焦点的窗口中或者本身是聚焦组件时,应该调用该命令。 - When.BooleanConditionBuilder - Class in javafx.beans.binding
-
组装三元表达时需要一个中间类。
- When.NumberConditionBuilder - Class in javafx.beans.binding
-
if-then-else表达式返回一个数字。
- When.ObjectConditionBuilder< T> - Class in javafx.beans.binding
-
组装三元表达时需要一个中间类。
- When.StringConditionBuilder - Class in javafx.beans.binding
-
组装三元表达时需要一个中间类。
- whenComplete(BiConsumer<? super T, ? super Throwable>) - Method in class java.util.concurrent. CompletableFuture
- whenComplete(BiConsumer<? super T, ? super Throwable>) - Method in interface java.util.concurrent. CompletionStage
-
返回与此阶段相同的结果或异常的新CompletionStage,当此阶段完成时,它将执行给定的操作。
- whenCompleteAsync(BiConsumer<? super T, ? super Throwable>) - Method in class java.util.concurrent. CompletableFuture
- whenCompleteAsync(BiConsumer<? super T, ? super Throwable>) - Method in interface java.util.concurrent. CompletionStage
-
返回与此阶段相同结果或异常的新CompletionStage,当此阶段完成时,将使用此阶段的默认异步执行工具执行给定操作。
- whenCompleteAsync(BiConsumer<? super T, ? super Throwable>, Executor) - Method in class java.util.concurrent. CompletableFuture
- whenCompleteAsync(BiConsumer<? super T, ? super Throwable>, Executor) - Method in interface java.util.concurrent. CompletionStage
-
返回与此阶段相同结果或异常的新CompletionStage,当此阶段完成时,使用提供的执行程序执行给定操作。
- WHERE_CLAUSE_ONLY - java.sql. PseudoColumnUsage
-
伪/隐藏列只能在WHERE子句中使用。
- WHILE_LOOP - com.sun.source.tree. Tree.Kind
-
用于
WhileLoopTree
的实例。 - WHILE_LOOP - jdk.nashorn.api.tree. Tree.Kind
-
用于
WhileLoopTree
的实例。 - whileLoop(MethodHandle, MethodHandle, MethodHandle) - Static method in class java.lang.invoke. MethodHandles
-
从初始化器,身体和谓词构造一个
while
循环。 - WhileLoopTree - Interface in com.sun.source.tree
-
一个用于
while
循环语句的树节点。 - WhileLoopTree - Interface in jdk.nashorn.api.tree
-
循环语句的“while”树结点。
- white - Static variable in class java.awt. Color
-
颜色白色。
- WHITE - Static variable in class java.awt. Color
-
颜色白色。
- WHITE - Static variable in class javafx.scene.paint. Color
-
颜色为白色,RGB值为#FFFFFF
- WHITE_BALANCE_AUTO - Static variable in class javax.imageio.plugins.tiff. ExifTIFFTagSet
-
要与“WhiteBalance”标签一起使用的值。
- WHITE_BALANCE_MANUAL - Static variable in class javax.imageio.plugins.tiff. ExifTIFFTagSet
-
要与“WhiteBalance”标签一起使用的值。
- WHITE_SPACE - Static variable in class javax.swing.text.html. CSS.Attribute
-
CSS属性“空格”。
- WHITESMOKE - Static variable in class javafx.scene.paint. Color
-
彩色白色烟雾,RGB值为#F5F5F5
- WHITESPACE - Static variable in class java.awt.font. GlyphMetrics
-
表示没有视觉表示的字形。
- whitespaceChars(int, int) - Method in class java.io. StreamTokenizer
-
指定
low <= c <= high
范围内的所有字符 c都是空白字符。 - WHOLE - jdk.incubator.http. WebSocket.MessagePart
-
一个由单一部分组成的消息。
- why - Variable in exception org.omg.CosNaming.NamingContextPackage. NotFound
- width - Variable in class java.awt. Component.BltBufferStrategy
-
后缓冲区的宽度
- width - Variable in class java.awt. Dimension
-
宽度尺寸; 可以使用负值。
- width - Variable in class java.awt.geom. Arc2D.Double
-
整个椭圆的整个宽度,其圆弧是部分截面(不考虑角度范围)。
- width - Variable in class java.awt.geom. Arc2D.Float
-
整个椭圆的整个宽度,其圆弧是部分截面(不考虑角度范围)。
- width - Variable in class java.awt.geom. Ellipse2D.Double
-
这个
Ellipse2D
的整体宽度。 - width - Variable in class java.awt.geom. Ellipse2D.Float
-
这个
Ellipse2D
的整体宽度。 - width - Variable in class java.awt.geom. Rectangle2D.Double
-
该宽度为
Rectangle2D
。 - width - Variable in class java.awt.geom. Rectangle2D.Float
-
这个宽度
Rectangle2D
。 - width - Variable in class java.awt.geom. RoundRectangle2D.Double
-
这个宽度
RoundRectangle2D
。 - width - Variable in class java.awt.geom. RoundRectangle2D.Float
-
该宽度为
RoundRectangle2D
。 - width - Variable in class java.awt.image. Raster
-
这个光栅的宽度。
- width - Variable in class java.awt.image. SampleModel
-
此SampleModel描述的图像数据区域的宽度(以像素为单位)。
- width - Variable in class java.awt. Rectangle
-
宽度为
Rectangle
。 - width - Variable in class javax.swing.table. TableColumn
-
列的宽度。
- width(Component) - Static method in class javax.swing. Spring
-
返回一个弹簧,其 最小值 , 首选 值 , 最大值和 值属性由所提供组件的 minimumSize , preferredSize , maximumSize和 size属性的宽度定义。
- WIDTH - Static variable in class java.awt.font. TextAttribute
-
字体宽度的属性键。
- WIDTH - Static variable in interface java.awt.image. ImageObserver
-
imageUpdate的infoflags参数中的此标志表示基本图像的宽度现在可用,可以从imageUpdate回调方法的width参数中获取。
- WIDTH - Static variable in class javax.swing. SpringLayout
-
指定组件边界矩形的宽度。
- WIDTH - Static variable in class javax.swing.text.html. CSS.Attribute
-
CSS属性“width”。
- WIDTH - Static variable in class javax.swing.text.html. HTML.Attribute
-
属性“width”
- WIDTH_CONDENSED - Static variable in class java.awt.font. TextAttribute
-
最浓缩的预定宽度。
- WIDTH_EXTENDED - Static variable in class java.awt.font. TextAttribute
-
最大的预定宽度。
- WIDTH_REGULAR - Static variable in class java.awt.font. TextAttribute
-
标准宽度。
- WIDTH_SEMI_CONDENSED - Static variable in class java.awt.font. TextAttribute
-
中等浓度的宽度。
- WIDTH_SEMI_EXTENDED - Static variable in class java.awt.font. TextAttribute
-
中等宽度的宽度。
- widthProperty() - Method in class javafx.scene.canvas. Canvas
-
定义画布的宽度。
- widthProperty() - Method in class javafx.scene.control. Dialog
-
表示对话框宽度的属性。
- widthProperty() - Method in class javafx.scene.control. TableColumnBase
-
此列的宽度。
- widthProperty() - Method in class javafx.scene.effect. BoxBlur
-
模糊效果的水平维度。
- widthProperty() - Method in class javafx.scene.effect. ColorInput
-
相对于内容
Node
的局部坐标空间设置要淹没的区域的宽度。 - widthProperty() - Method in class javafx.scene.effect. DropShadow
-
阴影模糊内核的水平尺寸。
- widthProperty() - Method in class javafx.scene.effect. FloatMap
-
地图的宽度,以像素为单位。
- widthProperty() - Method in class javafx.scene.effect. InnerShadow
-
阴影模糊内核的水平尺寸。
- widthProperty() - Method in class javafx.scene.effect. Shadow
-
阴影模糊内核的水平尺寸。
- widthProperty() - Method in class javafx.scene.image. Image
-
图像宽度或
0
如果图像加载失败。 - widthProperty() - Method in class javafx.scene.layout. Region
-
这个可调节大小的节点的宽度。
- widthProperty() - Method in class javafx.scene.media. Media
-
源媒体的像素宽度。
- widthProperty() - Method in class javafx.scene. Scene
-
这个宽度
Scene
- widthProperty() - Method in class javafx.scene.shape. Box
-
定义Box的宽度或X尺寸。
- widthProperty() - Method in class javafx.scene.shape. Rectangle
-
定义矩形的宽度。
- widthProperty() - Method in class javafx.scene. SubScene
-
定义此
SubScene
的宽度 - widthProperty() - Method in class javafx.scene.web. WebView
-
此宽度
WebView
。 - widthProperty() - Method in class javafx.stage. Window
-
这个宽度
Window
。 - WILDCARD - javax.lang.model.type. TypeKind
-
通配符类型参数。
- WILDCARD - Static variable in class javax.management. ObjectName
-
定义通配符“*:*”ObjectName。
- WildcardTree - Interface in com.sun.source.tree
-
用于通配符类型参数的树节点。
- WildcardType - Interface in com.sun.javadoc
-
已过时。该包中的声明已被包装
jdk.javadoc.doclet
的声明所取代。 有关详细信息,请参阅该软件包的文档中的“ 迁移指南” 。 - WildcardType - Interface in java.lang.reflect
-
WildcardType表示一个通配符型表达,如
?
,? extends Number
,或? super Integer
。 - WildcardType - Interface in javax.lang.model.type
-
表示通配符类型参数。
- WIND_EVEN_ODD - Static variable in class java.awt.geom. Path2D
-
用于确定路径内部的偶数绕组规则。
- WIND_EVEN_ODD - Static variable in interface java.awt.geom. PathIterator
-
用于指定用于确定路径内部的偶数奇数规则的绕组规则常数。
- WIND_NON_ZERO - Static variable in class java.awt.geom. Path2D
-
用于确定路径内部的非零绕组规则。
- WIND_NON_ZERO - Static variable in interface java.awt.geom. PathIterator
-
用于指定用于确定路径内部的非零规则的卷绕规则常数。
- window - Static variable in class java.awt. SystemColor
-
为Windows内部区域背景渲染的颜色。
- Window - Class in java.awt
-
一个
Window
对象是没有边框的顶级窗口,没有菜单。 - Window - Class in javafx.stage
-
托管场景的顶层窗口,用户与之交互的顶级窗口。
- Window() - Constructor for class javafx.stage. Window
- Window(Frame) - Constructor for class java.awt. Window
-
构造一个新的,最初不可见的窗口,其中指定的是
Frame
作为其所有者。 - Window(Window) - Constructor for class java.awt. Window
-
构造一个新的,最初不可见的窗口,其中指定的是
Window
作为其所有者。 - Window(Window, GraphicsConfiguration) - Constructor for class java.awt. Window
-
构造一个新的,最初不可见的窗口,其中指定的所有者为
Window
和屏幕设备的GraphicsConfiguration
。 - WINDOW - Static variable in class com.sun.java.accessibility.util. EventID
-
映射到AWT窗口支持(即WindowListener和WindowEvent)
- WINDOW - Static variable in class java.awt. SystemColor
-
SystemColor.window
系统颜色的数组索引。 - WINDOW - Static variable in class javax.accessibility. AccessibleRole
-
没有标题或边框的顶级窗口。
- WINDOW_ACTIVATED - Static variable in class java.awt.event. WindowEvent
-
窗口激活的事件类型。
- WINDOW_BORDER - Static variable in class java.awt. SystemColor
-
阵列索引为
SystemColor.windowBorder
系统颜色。 - WINDOW_BOTTOM_LEFT - javafx.stage. PopupWindow.AnchorLocation
-
代表左下角的角落。
- WINDOW_BOTTOM_RIGHT - javafx.stage. PopupWindow.AnchorLocation
-
表示右下角的角落。
- WINDOW_CLOSE_REQUEST - Static variable in class javafx.stage. WindowEvent
-
当有外部请求关闭该窗口时,此事件将传递到窗口。
- WINDOW_CLOSED - Static variable in class java.awt.event. WindowEvent
-
窗户关闭事件。
- WINDOW_CLOSING - Static variable in class java.awt.event. WindowEvent
-
“窗口正在关闭”事件。
- WINDOW_DEACTIVATED - Static variable in class java.awt.event. WindowEvent
-
窗口停用事件类型。
- WINDOW_DEICONIFIED - Static variable in class java.awt.event. WindowEvent
-
窗口deiconified事件类型。
- WINDOW_DEICONIFY - Static variable in class java.awt. Event
-
已过时。用户已经要求窗口管理器去除图标化窗口。
- WINDOW_DESTROY - Static variable in class java.awt. Event
-
已过时。用户已经要求窗口管理器杀死窗口。
- WINDOW_EVENT_MASK - Static variable in class java.awt. AWTEvent
-
用于选择窗口事件的事件掩码。
- WINDOW_EXPOSE - Static variable in class java.awt. Event
-
已过时。用户已经要求窗口管理器公开窗口。
- WINDOW_FIRST - Static variable in class java.awt.event. WindowEvent
-
用于窗口事件的ids范围中的第一个数字。
- WINDOW_FOCUS_EVENT_MASK - Static variable in class java.awt. AWTEvent
-
用于选择窗口焦点事件的事件掩码。
- WINDOW_GAINED_FOCUS - Static variable in class java.awt.event. WindowEvent
-
窗口获取焦点事件类型。
- WINDOW_HIDDEN - Static variable in class javafx.stage. WindowEvent
-
此事件发生在隐藏后的窗口上。
- WINDOW_HIDING - Static variable in class javafx.stage. WindowEvent
-
此事件发生在隐藏之前的窗口上。
- WINDOW_ICONIFIED - Static variable in class java.awt.event. WindowEvent
-
窗口图标化事件。
- WINDOW_ICONIFY - Static variable in class java.awt. Event
-
已过时。用户已经要求窗口管理器图标化窗口。
- WINDOW_LAST - Static variable in class java.awt.event. WindowEvent
-
用于窗口事件的ID的范围中的最后一个数字。
- WINDOW_LOST_FOCUS - Static variable in class java.awt.event. WindowEvent
-
窗口丢失焦点事件类型。
- WINDOW_MODAL - javafx.stage. Modality
-
定义一个模态窗口,阻止事件传递到其整个所有者窗口层次结构。
- WINDOW_MOVED - Static variable in class java.awt. Event
-
已过时。用户已经要求窗口管理器移动窗口。
- WINDOW_OPENED - Static variable in class java.awt.event. WindowEvent
-
窗户打开事件。
- WINDOW_SHOWING - Static variable in class javafx.stage. WindowEvent
-
此事件发生在显示之前的窗口上。
- WINDOW_SHOWN - Static variable in class javafx.stage. WindowEvent
-
此事件发生在显示之后的窗口上。
- WINDOW_STATE_CHANGED - Static variable in class java.awt.event. WindowEvent
-
窗口状态更改的事件类型。
- WINDOW_STATE_EVENT_MASK - Static variable in class java.awt. AWTEvent
-
用于选择窗口状态事件的事件掩码。
- WINDOW_TEXT - Static variable in class java.awt. SystemColor
-
阵列索引为
SystemColor.windowText
系统颜色。 - WINDOW_TOP_LEFT - javafx.stage. PopupWindow.AnchorLocation
-
代表左上角的角落。
- WINDOW_TOP_RIGHT - javafx.stage. PopupWindow.AnchorLocation
-
代表右上角的角落。
- Window.AccessibleAWTWindow - Class in java.awt
-
这个类实现
Window
类的可访问性支持。 - Window.Type - Enum in java.awt
-
枚举可用的 窗口类型 。
- windowActivated(WindowEvent) - Method in class java.awt. AWTEventMulticaster
-
通过调用listener-a和listener-b上的windowActivated方法来处理windowActivated事件。
- windowActivated(WindowEvent) - Method in class java.awt.event. WindowAdapter
-
激活窗口时调用。
- windowActivated(WindowEvent) - Method in interface java.awt.event. WindowListener
-
当窗口设置为活动窗口时调用。
- WindowAdapter - Class in java.awt.event
-
用于接收窗口事件的抽象适配器类。
- WindowAdapter() - Constructor for class java.awt.event. WindowAdapter
- windowBorder - Static variable in class java.awt. SystemColor
-
为窗户内部区域的边界呈现的颜色。
- windowClosed(WindowEvent) - Method in class java.awt. AWTEventMulticaster
-
通过调用listener-a和listener-b上的windowClosed方法来处理windowClosed事件。
- windowClosed(WindowEvent) - Method in class java.awt.event. WindowAdapter
-
当窗口关闭时调用。
- windowClosed(WindowEvent) - Method in interface java.awt.event. WindowListener
-
当窗口关闭时调用窗口调用处理结果时调用。
- windowClosing(WindowEvent) - Method in class java.awt. AWTEventMulticaster
-
通过调用listener-a和listener-b上的windowClosing方法处理windowClosing事件。
- windowClosing(WindowEvent) - Method in class java.awt.event. WindowAdapter
-
当窗口处于关闭状态时调用。
- windowClosing(WindowEvent) - Method in interface java.awt.event. WindowListener
-
当用户尝试从窗口的系统菜单中关闭窗口时调用。
- windowClosing(WindowEvent) - Method in class javax.swing. JMenu.WinListener
-
弹出窗口从外部关闭时取消选择菜单。
- windowClosing(WindowEvent) - Method in class javax.swing.plaf.basic. BasicToolBarUI.FrameListener
- WindowConstants - Interface in javax.swing
-
用于控制窗口关闭操作的常量。
- windowDeactivated(WindowEvent) - Method in class java.awt. AWTEventMulticaster
-
通过调用listener-a和listener-b上的windowDeactivated方法来处理windowDeactivated事件。
- windowDeactivated(WindowEvent) - Method in class java.awt.event. WindowAdapter
-
当窗口被禁用时调用。
- windowDeactivated(WindowEvent) - Method in interface java.awt.event. WindowListener
-
当窗口不再是活动窗口时调用。
- windowDeiconified(WindowEvent) - Method in class java.awt. AWTEventMulticaster
-
通过调用listener-a和listener-b上的windowDeiconified方法来处理windowDeiconified事件。
- windowDeiconified(WindowEvent) - Method in class java.awt.event. WindowAdapter
-
当窗口被去图标化时调用。
- windowDeiconified(WindowEvent) - Method in interface java.awt.event. WindowListener
-
当窗口从最小化更改为正常状态时调用。
- WindowEvent - Class in java.awt.event
-
指示窗口已更改其状态的低级别事件。
- WindowEvent - Class in javafx.stage
-
与窗口显示/隐藏操作相关的事件。
- WindowEvent(Window, int) - Constructor for class java.awt.event. WindowEvent
-
构造一个
WindowEvent
对象。 - WindowEvent(Window, int, int, int) - Constructor for class java.awt.event. WindowEvent
-
构造具有指定的上一个和新的窗口状态的一个
WindowEvent
对象。 - WindowEvent(Window, int, Window) - Constructor for class java.awt.event. WindowEvent
-
构造一个
WindowEvent
对象,其指定的对面为Window
。 - WindowEvent(Window, int, Window, int, int) - Constructor for class java.awt.event. WindowEvent
-
构造一个
WindowEvent
对象。 - WindowEvent(Window, EventType<? extends Event>) - Constructor for class javafx.stage. WindowEvent
-
使用指定的事件源,目标和类型构造新的
Event
。 - WindowFocusListener - Interface in java.awt.event
-
收听界面接收
WindowEvents
,其中包括WINDOW_GAINED_FOCUS
和WINDOW_LOST_FOCUS
事件。 - windowForComponent(Component) - Static method in class javax.swing. SwingUtilities
-
返回第
Window
祖先c
,或null
如果c
未包含在里面Window
。 - windowGainedFocus(WindowEvent) - Method in class java.awt. AWTEventMulticaster
-
通过调用listener-a和listener-b上的windowGainedFocus方法来处理windowGainedFocus事件。
- windowGainedFocus(WindowEvent) - Method in class java.awt.event. WindowAdapter
-
当窗口设置为聚焦窗口时调用,这意味着窗口或其子组件之一将接收键盘事件。
- windowGainedFocus(WindowEvent) - Method in interface java.awt.event. WindowFocusListener
-
当窗口设置为聚焦窗口时调用,这意味着窗口或其子组件之一将接收键盘事件。
- windowIconified(WindowEvent) - Method in class java.awt. AWTEventMulticaster
-
通过调用listener-a和listener-b上的windowIconified方法来处理windowIconified事件。
- windowIconified(WindowEvent) - Method in class java.awt.event. WindowAdapter
-
当窗口被图标化时调用。
- windowIconified(WindowEvent) - Method in interface java.awt.event. WindowListener
-
当窗口从正常状态更改为最小化状态时调用。
- windowInit() - Method in class javax.swing. JWindow
-
由构造函数调用,正确启动
JWindow
。 - windowListener - Static variable in class com.sun.java.accessibility.util. AWTEventMonitor
-
不推荐用于删除:此API元素将在以后的版本中被删除。此字段未使用。
- WindowListener - Interface in java.awt.event
-
用于接收窗口事件的侦听器界面。
- windowLostFocus(WindowEvent) - Method in class java.awt. AWTEventMulticaster
-
通过调用listener-a和listener-b上的windowLostFocus方法来处理windowLostFocus事件。
- windowLostFocus(WindowEvent) - Method in class java.awt.event. WindowAdapter
-
当窗口不再是聚焦窗口时调用,这意味着键盘事件将不再传递到窗口或其任何子组件。
- windowLostFocus(WindowEvent) - Method in interface java.awt.event. WindowFocusListener
-
当窗口不再是聚焦窗口时调用,这意味着键盘事件将不再传递到窗口或其任何子组件。
- windowMenu - Variable in class javax.swing.plaf.basic. BasicInternalFrameTitlePane
-
实例
JMenu
。 - windowOpened(WindowEvent) - Method in class java.awt. AWTEventMulticaster
-
通过调用listener-a和listener-b上的windowOpened方法处理windowOpened事件。
- windowOpened(WindowEvent) - Method in class java.awt.event. WindowAdapter
-
当窗口打开时调用。
- windowOpened(WindowEvent) - Method in interface java.awt.event. WindowListener
-
第一次调用窗口可见。
- windowProperty() - Method in class javafx.scene. Scene
-
该
Window
为这Scene
- WINDOWS - javafx.scene.input. KeyCode
-
Microsoft Windows“Windows”键的常数。
- windowStateChanged(WindowEvent) - Method in class java.awt. AWTEventMulticaster
-
通过调用listener-a和listener-b上的windowStateChanged方法来处理windowStateChanged事件。
- windowStateChanged(WindowEvent) - Method in class java.awt.event. WindowAdapter
-
当窗口状态改变时调用。
- windowStateChanged(WindowEvent) - Method in interface java.awt.event. WindowStateListener
-
窗口状态改变时调用。
- WindowStateListener - Interface in java.awt.event
-
用于接收窗口状态事件的侦听器接口。
- windowText - Static variable in class java.awt. SystemColor
-
为窗口内部区域的文字渲染的颜色。
- WinListener(JPopupMenu) - Constructor for class javax.swing. JMenu.WinListener
-
为指定的弹出窗口创建窗口侦听器。
- with(Month) - Method in class java.time. MonthDay
-
返回这个
MonthDay
的副本,MonthDay
更改月份。 - with(TemporalAdjuster) - Method in interface java.time.chrono. ChronoLocalDate
-
通过进行调整,返回与该对象相同类型的调整对象。
- with(TemporalAdjuster) - Method in interface java.time.chrono. ChronoLocalDateTime
-
通过进行调整,返回与该对象相同类型的调整对象。
- with(TemporalAdjuster) - Method in interface java.time.chrono. ChronoZonedDateTime
-
通过进行调整,返回与该对象相同类型的调整对象。
- with(TemporalAdjuster) - Method in class java.time.chrono. HijrahDate
-
通过进行调整,返回与该对象相同类型的调整对象。
- with(TemporalAdjuster) - Method in class java.time.chrono. JapaneseDate
-
通过进行调整,返回与该对象相同类型的调整对象。
- with(TemporalAdjuster) - Method in class java.time.chrono. MinguoDate
-
通过进行调整,返回与该对象相同类型的调整对象。
- with(TemporalAdjuster) - Method in class java.time.chrono. ThaiBuddhistDate
-
通过进行调整,返回与该对象相同类型的调整对象。
- with(TemporalAdjuster) - Method in class java.time. Instant
-
返回此瞬间的调整副本。
- with(TemporalAdjuster) - Method in class java.time. LocalDate
-
返回此日期的调整副本。
- with(TemporalAdjuster) - Method in class java.time. LocalDateTime
-
返回此日期时间的调整副本。
- with(TemporalAdjuster) - Method in class java.time. LocalTime
-
返回此次调整后的副本。
- with(TemporalAdjuster) - Method in class java.time. OffsetDateTime
-
返回此日期时间的调整副本。
- with(TemporalAdjuster) - Method in class java.time. OffsetTime
-
返回此次调整后的副本。
- with(TemporalAdjuster) - Method in interface java.time.temporal. Temporal
-
通过进行调整,返回与该对象相同类型的调整对象。
- with(TemporalAdjuster) - Method in class java.time. Year
-
返回今年的调整副本。
- with(TemporalAdjuster) - Method in class java.time. YearMonth
-
返回今年的调整副本。
- with(TemporalAdjuster) - Method in class java.time. ZonedDateTime
-
返回此日期时间的调整副本。
- with(TemporalField, long) - Method in interface java.time.chrono. ChronoLocalDate
-
返回与该对象具有相同类型的对象,并更改指定的字段。
- with(TemporalField, long) - Method in interface java.time.chrono. ChronoLocalDateTime
-
返回与该对象具有相同类型的对象,并更改指定的字段。
- with(TemporalField, long) - Method in interface java.time.chrono. ChronoZonedDateTime
-
返回与该对象具有相同类型的对象,并更改指定的字段。
- with(TemporalField, long) - Method in class java.time.chrono. HijrahDate
- with(TemporalField, long) - Method in class java.time.chrono. JapaneseDate
- with(TemporalField, long) - Method in class java.time.chrono. MinguoDate
- with(TemporalField, long) - Method in class java.time.chrono. ThaiBuddhistDate
- with(TemporalField, long) - Method in class java.time. Instant
-
将指定的字段设置为新值返回此瞬间的副本。
- with(TemporalField, long) - Method in class java.time. LocalDate
-
返回此日期的副本,并将指定的字段设置为新值。
- with(TemporalField, long) - Method in class java.time. LocalDateTime
-
返回此日期时间的副本,并将指定的字段设置为新值。
- with(TemporalField, long) - Method in class java.time. LocalTime
-
返回此时间的副本,并将指定的字段设置为新值。
- with(TemporalField, long) - Method in class java.time. OffsetDateTime
-
返回此日期时间的副本,并将指定的字段设置为新值。
- with(TemporalField, long) - Method in class java.time. OffsetTime
-
返回此时间的副本,并将指定的字段设置为新值。
- with(TemporalField, long) - Method in interface java.time.temporal. Temporal
-
返回与该对象具有相同类型的对象,并更改指定的字段。
- with(TemporalField, long) - Method in class java.time. Year
-
返回今年的副本,并将指定的字段设置为新值。
- with(TemporalField, long) - Method in class java.time. YearMonth
-
返回此年月份的副本,并将指定的字段设置为新值。
- with(TemporalField, long) - Method in class java.time. ZonedDateTime
-
返回此日期时间的副本,并将指定的字段设置为新值。
- with(CatalogFeatures.Feature, String) - Method in class javax.xml.catalog. CatalogFeatures.Builder
-
将值设置为指定的要素。
- WITH - jdk.nashorn.api.tree. Tree.Kind
-
用于
WithTree
的实例。 - withCachedThreadPool(ExecutorService, int) - Static method in class java.nio.channels. AsynchronousChannelGroup
-
创建具有给定线程池的异步通道组,根据需要创建新线程。
- withChronology(Chronology) - Method in class java.time.format. DateTimeFormatter
-
使用新的覆盖年表返回此格式化程序的副本。
- withDayOfMonth(int) - Method in class java.time. LocalDate
-
返回
LocalDate
的副本,并更改日期。 - withDayOfMonth(int) - Method in class java.time. LocalDateTime
-
返回
LocalDateTime
的副本,并更改日期。 - withDayOfMonth(int) - Method in class java.time. MonthDay
-
返回此
MonthDay
的副本,并更改日期。 - withDayOfMonth(int) - Method in class java.time. OffsetDateTime
-
返回
OffsetDateTime
的副本,并更改日期。 - withDayOfMonth(int) - Method in class java.time. ZonedDateTime
-
返回
ZonedDateTime
的副本,并更改日期。 - withDayOfYear(int) - Method in class java.time. LocalDate
-
返回此
LocalDate
更改的LocalDate
的副本。 - withDayOfYear(int) - Method in class java.time. LocalDateTime
-
返回此
LocalDateTime
更改的LocalDateTime
的副本。 - withDayOfYear(int) - Method in class java.time. OffsetDateTime
-
返回此
OffsetDateTime
更改的OffsetDateTime
的副本。 - withDayOfYear(int) - Method in class java.time. ZonedDateTime
-
返回该日期更改的
ZonedDateTime
的副本。 - withDays(int) - Method in class java.time. Period
-
以指定的天数返回此期间的副本。
- withDecimalSeparator(char) - Method in class java.time.format. DecimalStyle
-
使用代表小数点的新字符返回信息的副本。
- withDecimalStyle(DecimalStyle) - Method in class java.time.format. DateTimeFormatter
-
使用新的DecimalStyle返回此格式化程序的副本。
- withEarlierOffsetAtOverlap() - Method in interface java.time.chrono. ChronoZonedDateTime
-
返回此日期的副本,将区域偏移更改为本地时间线重叠处的两个有效偏移量的较早者。
- withEarlierOffsetAtOverlap() - Method in class java.time. ZonedDateTime
-
返回此日期的副本,将区域偏移更改为本地时间线重叠处的两个有效偏移量的较早者。
- withFixedOffsetZone() - Method in class java.time. ZonedDateTime
-
返回此日期时间的副本,区域ID设置为偏移量。
- withFixedThreadPool(int, ThreadFactory) - Static method in class java.nio.channels. AsynchronousChannelGroup
-
创建具有固定线程池的异步通道组。
- withHour(int) - Method in class java.time. LocalDateTime
-
返回此
LocalDateTime
的副本,并更改日期。 - withHour(int) - Method in class java.time. LocalTime
-
返回
LocalTime
的副本,并更改日期。 - withHour(int) - Method in class java.time. OffsetDateTime
-
返回此
OffsetDateTime
的副本,并更改日期。 - withHour(int) - Method in class java.time. OffsetTime
-
返回此
OffsetTime
的副本,并更改日期。 - withHour(int) - Method in class java.time. ZonedDateTime
-
返回此
ZonedDateTime
的副本,并更改日期。 - withInitial(Supplier<? extends S>) - Static method in class java.lang. ThreadLocal
-
创建线程局部变量。
- withLaterOffsetAtOverlap() - Method in interface java.time.chrono. ChronoZonedDateTime
-
返回此日期的副本,将区域偏移更改为本地时间线重叠的两个有效偏移量的后面。
- withLaterOffsetAtOverlap() - Method in class java.time. ZonedDateTime
-
返回此日期的副本,将区域偏移更改为本地时间线重叠的两个有效偏移量的后面。
- withLocale(Locale) - Method in class java.time.format. DateTimeFormatter
-
使用新的语言环境返回此格式化程序的副本。
- withMinute(int) - Method in class java.time. LocalDateTime
-
返回此
LocalDateTime
的副本,小时改变。 - withMinute(int) - Method in class java.time. LocalTime
-
返回
LocalTime
的副本,小时改变。 - withMinute(int) - Method in class java.time. OffsetDateTime
-
返回此
OffsetDateTime
的副本,小时改变。 - withMinute(int) - Method in class java.time. OffsetTime
-
返回此
OffsetTime
的副本,小时改变。 - withMinute(int) - Method in class java.time. ZonedDateTime
-
返回此
ZonedDateTime
的副本,小时改变。 - withMonth(int) - Method in class java.time. LocalDate
-
返回这个
LocalDate
的副本,LocalDate
更改月份。 - withMonth(int) - Method in class java.time. LocalDateTime
-
返回这个
LocalDateTime
的副本,并更改月份。 - withMonth(int) - Method in class java.time. MonthDay
-
返回这个
MonthDay
的副本,MonthDay
更改月份。 - withMonth(int) - Method in class java.time. OffsetDateTime
-
返回这个
OffsetDateTime
的副本,OffsetDateTime
更改月份。 - withMonth(int) - Method in class java.time. YearMonth
-
返回这个
YearMonth
的副本,YearMonth
更改月份。 - withMonth(int) - Method in class java.time. ZonedDateTime
-
返回这个
ZonedDateTime
的副本,ZonedDateTime
日更改。 - withMonths(int) - Method in class java.time. Period
-
以指定的月数返回此期间的副本。
- withNamespace(Namespace) - Method in interface jdk.dynalink. Operation
-
以此操作为基础返回一个
NamespaceOperation
。 - withNamespaces(Namespace...) - Method in interface jdk.dynalink. Operation
-
以此操作为基础返回
NamespaceOperation
。 - withNano(int) - Method in class java.time. LocalDateTime
-
返回这个
LocalDateTime
的副本,LocalDateTime
改变了。 - withNano(int) - Method in class java.time. LocalTime
-
返回这个
LocalTime
的副本,并修改了纳秒。 - withNano(int) - Method in class java.time. OffsetDateTime
-
返回这个
OffsetDateTime
的副本,OffsetDateTime
改变了。 - withNano(int) - Method in class java.time. OffsetTime
-
返回这个
OffsetTime
的副本,并修改了纳秒。 - withNano(int) - Method in class java.time. ZonedDateTime
-
返回这个
ZonedDateTime
的副本,ZonedDateTime
改变了。 - withNanos(int) - Method in class java.time. Duration
-
以指定的纳秒为单位返回此持续时间的副本。
- withNegativeSign(char) - Method in class java.time.format. DecimalStyle
-
以一个新的字符返回信息的副本,表示负号。
- withOffsetSameInstant(ZoneOffset) - Method in class java.time. OffsetDateTime
-
以指定的偏移量返回此
OffsetDateTime
的副本,确保结果处于同一时刻。 - withOffsetSameInstant(ZoneOffset) - Method in class java.time. OffsetTime
-
以指定的偏移量返回此
OffsetTime
的副本,确保结果在隐含日期处于同一时刻。 - withOffsetSameLocal(ZoneOffset) - Method in class java.time. OffsetDateTime
-
返回具有指定偏移量的
OffsetDateTime
的副本,确保结果具有相同的本地日期时间。 - withOffsetSameLocal(ZoneOffset) - Method in class java.time. OffsetTime
-
以指定的偏移量返回此
OffsetTime
的副本,确保结果具有相同的本地时间。 - withoutPadding() - Method in class java.util. Base64.Encoder
-
返回一个编码器实例,编码器等效于此编码器实例,但不会在编码字节数据的末尾添加任何填充字符。
- withPositiveSign(char) - Method in class java.time.format. DecimalStyle
-
返回信息的副本,并显示一个表示正号的新字符。
- withResolverFields(TemporalField...) - Method in class java.time.format. DateTimeFormatter
-
使用一组新的解析器字段返回此格式化程序的副本。
- withResolverFields(Set<TemporalField>) - Method in class java.time.format. DateTimeFormatter
-
使用一组新的解析器字段返回此格式化程序的副本。
- withResolverStyle(ResolverStyle) - Method in class java.time.format. DateTimeFormatter
-
使用新的解析器样式返回此格式化程序的副本。
- withSecond(int) - Method in class java.time. LocalDateTime
-
返回此
LocalDateTime
的副本,并更改了第二分钟。 - withSecond(int) - Method in class java.time. LocalTime
-
返回此
LocalTime
的副本,其中第二分钟更改。 - withSecond(int) - Method in class java.time. OffsetDateTime
-
返回这个
OffsetDateTime
的副本,第二分钟更改。 - withSecond(int) - Method in class java.time. OffsetTime
-
返回此
OffsetTime
的副本,并更改了第二分钟。 - withSecond(int) - Method in class java.time. ZonedDateTime
-
返回此
ZonedDateTime
的副本,并更改了第二分钟。 - withSeconds(long) - Method in class java.time. Duration
-
以指定的秒数返回此持续时间的副本。
- withThreadPool(ExecutorService) - Static method in class java.nio.channels. AsynchronousChannelGroup
-
使用给定的线程池创建异步通道组。
- WithTree - Interface in jdk.nashorn.api.tree
-
“with”语句的树结点。
- withVarargs(boolean) - Method in class java.lang.invoke. MethodHandle
-
如果布尔标志为真,则将此方法句柄改为 variable arity ,否则为 fixed arity 。
- withVariant(HijrahChronology) - Method in class java.time.chrono. HijrahDate
-
返回一个
HijrahDate
与时间表请求。 - withYear(int) - Method in class java.time. LocalDate
-
返回此年份变更的
LocalDate
的副本。 - withYear(int) - Method in class java.time. LocalDateTime
-
返回该
LocalDateTime
的副本。 - withYear(int) - Method in class java.time. OffsetDateTime
-
返回该
OffsetDateTime
的副本。 - withYear(int) - Method in class java.time. YearMonth
-
返回该
YearMonth
的副本。 - withYear(int) - Method in class java.time. ZonedDateTime
-
返回该
ZonedDateTime
的副本。 - withYears(int) - Method in class java.time. Period
-
以指定的年数返回此期间的副本。
- withZeroDigit(char) - Method in class java.time.format. DecimalStyle
-
返回信息的副本,其中新的字符表示零。
- withZone(ZoneId) - Method in class java.time. Clock
-
以不同的时区返回此时钟的副本。
- withZone(ZoneId) - Method in class java.time.format. DateTimeFormatter
-
使用新的覆盖区域返回此格式化程序的副本。
- withZoneSameInstant(ZoneId) - Method in interface java.time.chrono. ChronoZonedDateTime
-
使用不同的时区返回此日期时间的副本,保留即时。
- withZoneSameInstant(ZoneId) - Method in class java.time. ZonedDateTime
-
使用不同的时区返回此日期时间的副本,保留即时。
- withZoneSameLocal(ZoneId) - Method in interface java.time.chrono. ChronoZonedDateTime
-
使用不同的时区返回此日期时间的副本,如果可能,保留本地日期时间。
- withZoneSameLocal(ZoneId) - Method in class java.time. ZonedDateTime
-
使用不同的时区返回此日期时间的副本,如果可能,保留本地日期时间。
- WORD - javafx.scene.control.skin. TextInputControlSkin.TextUnit
- WORD - Static variable in interface javax.accessibility. AccessibleText
-
常数用于表示应检索的文本部分是一个单词。
- WORD_ELLIPSIS - javafx.scene.control. OverrunStyle
-
与ELLIPSIS相同,但首先删除标签边界上的任何部分单词,然后应用省略号。
- WORD_SPACING - Static variable in class javax.swing.text.html. CSS.Attribute
-
CSS属性“字间距”。
- wordChars(int, int) - Method in class java.io. StreamTokenizer
-
指定
low <= c <= high
范围内的所有字符 c都是字组成。 - work_pending() - Method in class org.omg.CORBA. ORB
-
返回
true
如果ORB需要主线程来执行某些工作,并false
如果ORB不需要主线程。 - workDoneProperty() - Method in class javafx.concurrent. Service
- workDoneProperty() - Method in class javafx.concurrent. Task
- workDoneProperty() - Method in interface javafx.concurrent. Worker
-
获取表示当前进度的ReadOnlyDoubleProperty。
- Worker< V> - Interface in javafx.concurrent
-
工作者是在一个或多个后台线程中执行某些工作的对象,其状态是可观察的并且可用于JavaFX应用程序,并且可从主JavaFX应用程序线程中使用。
- WORKER_STATE_CANCELLED - Static variable in class javafx.concurrent. WorkerStateEvent
-
当Worker实现的状态转换到CANCELED状态时,会发生此事件。
- WORKER_STATE_FAILED - Static variable in class javafx.concurrent. WorkerStateEvent
-
当Worker实现的状态已转换到FAILED状态时,会发生此事件。
- WORKER_STATE_READY - Static variable in class javafx.concurrent. WorkerStateEvent
-
当Worker实现的状态已转换到READY状态时,会发生此事件。
- WORKER_STATE_RUNNING - Static variable in class javafx.concurrent. WorkerStateEvent
-
当Worker实现的状态已转换到RUNNING状态时,会发生此事件。
- WORKER_STATE_SCHEDULED - Static variable in class javafx.concurrent. WorkerStateEvent
-
当Worker实现的状态已转换到SCHEDULED状态时,会发生此事件。
- WORKER_STATE_SUCCEEDED - Static variable in class javafx.concurrent. WorkerStateEvent
-
当Worker实现的状态已转换到SUCCEEDED状态时,会发生此事件。
- Worker.State - Enum in javafx.concurrent
-
工人的状态。
- WorkerStateEvent - Class in javafx.concurrent
-
当一个工人状态发生变化时发生的事件。
- WorkerStateEvent(Worker, EventType<? extends WorkerStateEvent>) - Constructor for class javafx.concurrent. WorkerStateEvent
-
创建一个新的WorkerStateEvent。
- wrap() - Method in class java.lang.invoke. MethodType
-
将所有原始类型转换为相应的包装类型。
- wrap(byte[]) - Static method in class java.nio. ByteBuffer
-
将一个字节数组包装到缓冲区中。
- wrap(byte[], int, int) - Static method in class java.nio. ByteBuffer
-
将一个字节数组包装到缓冲区中。
- wrap(byte[], int, int) - Method in interface javax.security.sasl. SaslClient
-
包装要发送到服务器的字节数组。
- wrap(byte[], int, int) - Method in interface javax.security.sasl. SaslServer
-
包装要发送给客户端的字节数组。
- wrap(byte[], int, int, MessageProp) - Method in interface org.ietf.jgss. GSSContext
-
在已建立的安全上下文中应用每消息安全服务。
- wrap(char[]) - Static method in class java.nio. CharBuffer
-
将一个char数组包装到缓冲区中。
- wrap(char[], int, int) - Static method in class java.nio. CharBuffer
-
将一个char数组包装到缓冲区中。
- wrap(double[]) - Static method in class java.nio. DoubleBuffer
-
将双阵列包装到缓冲区中。
- wrap(double[], int, int) - Static method in class java.nio. DoubleBuffer
-
将双阵列包装到缓冲区中。
- wrap(float[]) - Static method in class java.nio. FloatBuffer
-
将一个浮点数组放入缓冲区。
- wrap(float[], int, int) - Static method in class java.nio. FloatBuffer
-
将一个浮点数组放入缓冲区。
- wrap(int[]) - Static method in class java.nio. IntBuffer
-
将int数组包装到缓冲区中。
- wrap(int[], int, int) - Static method in class java.nio. IntBuffer
-
将int数组包装到缓冲区中。
- wrap(long[]) - Static method in class java.nio. LongBuffer
-
将长阵列包装到缓冲区中。
- wrap(long[], int, int) - Static method in class java.nio. LongBuffer
-
将长阵列包装到缓冲区中。
- wrap(short[]) - Static method in class java.nio. ShortBuffer
-
将一个短阵列包装到缓冲区中。
- wrap(short[], int, int) - Static method in class java.nio. ShortBuffer
-
将一个短阵列包装到缓冲区中。
- wrap(InputStream) - Method in class java.util. Base64.Decoder
-
返回用于解码
Base64
编码字节流的输入流。 - wrap(InputStream, OutputStream, MessageProp) - Method in interface org.ietf.jgss. GSSContext
-
使用流在已建立的安全上下文中应用每消息安全服务。
- wrap(OutputStream) - Method in class java.util. Base64.Encoder
-
使用
Base64
编码方案包装用于编码字节数据的输出流。 - wrap(CharSequence) - Static method in class java.nio. CharBuffer
-
将字符序列包装到缓冲区中。
- wrap(CharSequence, int, int) - Static method in class java.nio. CharBuffer
-
将字符序列包装到缓冲区中。
- wrap(Object) - Static method in class jdk.nashorn.api.scripting. ScriptUtils
-
如果需要,在给定对象上做一个脚本对象镜像。
- wrap(Object, Object) - Static method in class jdk.nashorn.api.scripting. ScriptObjectMirror
-
如果需要,在给定对象上做一个脚本对象镜像。
- wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class javax.net.ssl. SSLEngine
-
尝试将明文字节从数据缓冲区的子序列编码为SSL / TLS / DTLS网络数据。
- wrap(ByteBuffer[], ByteBuffer) - Method in class javax.net.ssl. SSLEngine
-
尝试将明文字节从一系列数据缓冲区编码为SSL / TLS / DTLS网络数据。
- wrap(ByteBuffer, ByteBuffer) - Method in class javax.net.ssl. SSLEngine
-
尝试将明文应用程序数据的缓冲区编码到SSL / TLS / DTLS网络数据中。
- wrap(Key) - Method in class javax.crypto. Cipher
-
包裹钥匙
- WRAP_MODE - Static variable in class javax.crypto. Cipher
-
常数用于将密码初始化为密钥包装模式。
- WRAP_TAB_LAYOUT - Static variable in class javax.swing. JTabbedPane
-
当所有选项卡不适合单个运行时,用于在多个运行中包装选项卡的选项卡布局策略。
- wrapAroundProperty() - Method in class javafx.scene.control. SpinnerValueFactory
-
wrapAround属性用于指定值factory是圆形的。
- wrapArray(Object[]) - Static method in class jdk.nashorn.api.scripting. ScriptUtils
-
如果需要,将对象数组包装到脚本对象镜像中。
- wrapArray(Object[], Object) - Static method in class jdk.nashorn.api.scripting. ScriptObjectMirror
-
如果需要,将对象数组包装到脚本对象镜像中。
- wrapAsJSONCompatible(Object, Object) - Static method in class jdk.nashorn.api.scripting. ScriptObjectMirror
-
如果需要,在给定对象上做一个脚本对象镜像。
- wrapException(Throwable) - Static method in class javax.rmi.CORBA. Util
-
包装一个实现方法抛出的异常。
- wrapException(Throwable) - Method in interface javax.rmi.CORBA. UtilDelegate
- wrapped() - Method in interface jdk.jshell. SourceCodeAnalysis.SnippetWrapper
-
返回一个包含
SourceCodeAnalysis.SnippetWrapper.source()
的Java类定义,或者导入导入源。 - WRAPPED - javax.jws.soap. SOAPBinding.ParameterStyle
- WrappedPlainView - Class in javax.swing.text
-
查看纯文本(只有一种字体和颜色的文本),进行换行。
- WrappedPlainView(Element) - Constructor for class javax.swing.text. WrappedPlainView
-
创建一个新的WrappedPlainView。
- WrappedPlainView(Element, boolean) - Constructor for class javax.swing.text. WrappedPlainView
-
创建一个新的WrappedPlainView。
- wrappedToSourcePosition(int) - Method in interface jdk.jshell. SourceCodeAnalysis.SnippetWrapper
-
将字符位置映射到源中的字符位置。
- wrapper(Snippet) - Method in class jdk.jshell. SourceCodeAnalysis
-
返回
Snippet
的包装信息。 - Wrapper - Interface in java.sql
-
提供在有问题的实例实际上是一个代理类时能够检索委托实例的JDBC类的接口。
- wrapperInstanceTarget(Object) - Static method in class java.lang.invoke. MethodHandleProxies
-
产生或恢复目标方法句柄,其行为上等同于此包装器实例的唯一方法。
- wrapperInstanceType(Object) - Static method in class java.lang.invoke. MethodHandleProxies
-
恢复创建此包装器实例的唯一的单一方法接口类型。
- wrappers(String) - Method in class jdk.jshell. SourceCodeAnalysis
-
返回输入源字符串中代码段的包装器信息。
- wrappingWidthProperty() - Method in class javafx.scene.text. Text
-
定义用户空间坐标中文本的宽度约束,例如像素,而不是字形或字符数。
- wrapProperty() - Method in class javafx.scene.effect. DisplacementMap
-
是否定义从地图边缘外部获取的值是否“绕回”。
- wrapTextProperty() - Method in class javafx.scene.control. Labeled
-
如果文本运行超过了标签的宽度,则该变量指示文本是否应该包装到另一行。
- wrapTextProperty() - Method in class javafx.scene.control. TextArea
-
如果文本的运行超出了
TextArea
的宽度,则该变量指示文本是否应该TextArea
另一行。 - wrapTextProperty() - Method in class javafx.scene.control. Tooltip
-
如果文本运行超过工具提示的宽度,则该变量指示文本是否应该包装到另一行。
- writableAction - Static variable in class javax.swing.text. DefaultEditorKit
-
将编辑器设置为可写模式的操作名称。
- WritableBooleanValue - Interface in javafx.beans.value
-
一个可写布尔值。
- WritableByteChannel - Interface in java.nio.channels
-
一个可以写字节的通道。
- WritableDoubleValue - Interface in javafx.beans.value
-
一个可写的双重值。
- WritableFloatValue - Interface in javafx.beans.value
-
可写浮点值。
- WritableImage - Class in javafx.scene.image
-
WritableImage
类表示由应用程序提供的像素构建的自定义图形图像,可能来自任何数量来源的PixelReader
对象,包括从文件或URL读取的图像。 - WritableImage(int, int) - Constructor for class javafx.scene.image. WritableImage
-
构造指定尺寸的空图像。
- WritableImage(PixelReader, int, int) - Constructor for class javafx.scene.image. WritableImage
-
构造指定尺寸的图像,从指定的
PixelReader
初始化。 - WritableImage(PixelReader, int, int, int, int) - Constructor for class javafx.scene.image. WritableImage
-
构造指定尺寸的图像,从
PixelReader
的指定区域初始化。 - WritableIntegerValue - Interface in javafx.beans.value
-
一个可写的int值。
- WritableListValue< E> - Interface in javafx.beans.value
-
可写参考一个
ObservableList
。 - WritableLongValue - Interface in javafx.beans.value
-
一个可写的长期价值。
- WritableMapValue< K, V> - Interface in javafx.beans.value
-
可写参考一个
ObservableMap
。 - WritableNumberValue - Interface in javafx.beans.value
-
标记接口,用于标记包含数字的所有子接口
WritableValue
。 - WritableObjectValue< T> - Interface in javafx.beans.value
-
可写类型值。
- WritablePixelFormat< T extends Buffer> - Class in javafx.scene.image
-
表示可以存储全色的像素格式的物体
PixelFormat
可以用作从任意图像写入像素数据的目的地格式。 - WritableRaster - Class in java.awt.image
-
该类扩展了Raster,以提供像素写入功能。
- WritableRaster(SampleModel, DataBuffer, Point) - Constructor for class java.awt.image. WritableRaster
-
使用给定的SampleModel和DataBuffer构造WritableRaster。
- WritableRaster(SampleModel, DataBuffer, Rectangle, Point, WritableRaster) - Constructor for class java.awt.image. WritableRaster
-
使用给定的SampleModel,DataBuffer和父构造一个WritableRaster。
- WritableRaster(SampleModel, Point) - Constructor for class java.awt.image. WritableRaster
-
使用给定的SampleModel构造WritableRaster。
- WritableRenderedImage - Interface in java.awt.image
-
WritableRenderedImage是包含或可以以Raster形式生成图像数据的对象的通用接口,可以修改和/或写入。
- WritableSetValue< E> - Interface in javafx.beans.value
-
可写参考
ObservableSet
。 - WritableStringValue - Interface in javafx.beans.value
-
一个可写的字符串。
- WritableValue< T> - Interface in javafx.beans.value
-
A
WritableValue
是一个包含可读取和设置的值的实体。 - write() - Method in class javax.swing.text. AbstractWriter
-
这个抽象方法需要由子类实现。
- write() - Method in class javax.swing.text.html. HTMLWriter
-
迭代元素树,并控制所有标签及其属性的写入。
- write() - Method in class javax.swing.text.html. MinimalHTMLWriter
-
从StyledDocument生成HTML输出。
- write(byte[]) - Method in interface java.io. DataOutput
-
将输出流写入数组
b
所有字节。 - write(byte[]) - Method in class java.io. FileOutputStream
-
将
b.length
字节从指定的字节数组写入此文件输出流。 - write(byte[]) - Method in class java.io. FilterOutputStream
-
向此输出流写入
b.length
个字节。 - write(byte[]) - Method in interface java.io. ObjectOutput
-
写入一个字节数组。
- write(byte[]) - Method in class java.io. ObjectOutputStream
-
写入一个字节数组。
- write(byte[]) - Method in class java.io. OutputStream
-
将
b.length
字节从指定的字节数组写入此输出流。 - write(byte[]) - Method in class java.io. RandomAccessFile
-
从指定的字节数组写入
b.length
字节到该文件,从当前文件指针开始。 - write(byte[]) - Method in class javax.crypto. CipherOutputStream
-
将
b.length
字节从指定的字节数组写入此输出流。 - write(byte[]) - Method in interface javax.imageio.stream. ImageOutputStream
-
在当前位置写入一串字节。
- write(byte[]) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- write(byte[]) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
从指定的字节数组写入
b.length
字节到该文件,从当前文件指针开始。 - write(byte[], int, int) - Method in class java.io. BufferedOutputStream
-
从指定的字节数组写入
len
个字节,从偏移off
开始,输出到缓冲的输出流。 - write(byte[], int, int) - Method in class java.io. ByteArrayOutputStream
-
从指定的字节数组写入
len
字节,从偏移量off
开始,off
到该字节数组输出流。 - write(byte[], int, int) - Method in interface java.io. DataOutput
-
从阵列
b
写入len
字节,以输出流。 - write(byte[], int, int) - Method in class java.io. DataOutputStream
-
从指定的字节数组写入
len
个字节,从偏移off
开始到底层输出流。 - write(byte[], int, int) - Method in class java.io. FileOutputStream
-
从指定的字节数组写入
len
个字节,从偏移量off
开始到该文件输出流。 - write(byte[], int, int) - Method in class java.io. FilterOutputStream
-
从指定的
byte
阵列写入len
个字节,从偏移量off
开始输出到此输出流。 - write(byte[], int, int) - Method in interface java.io. ObjectOutput
-
写入一个子字节数组。
- write(byte[], int, int) - Method in class java.io. ObjectOutputStream
-
写入一个子字节数组。
- write(byte[], int, int) - Method in class java.io. OutputStream
-
从指定的字节数组写入
len
字节,从偏移量off
开始输出到此输出流。 - write(byte[], int, int) - Method in class java.io. PipedOutputStream
-
从指定的字节数组写入
len
字节,从偏移量off
开始,off
到这个管道输出流。 - write(byte[], int, int) - Method in class java.io. PrintStream
-
从指定的字节数组写入
len
字节,从偏移量off
开始写入此流。 - write(byte[], int, int) - Method in class java.io. RandomAccessFile
-
从指定的字节数组写入
len
字节,从偏移量off
开始到该文件。 - write(byte[], int, int) - Method in class java.rmi.server. LogStream
-
已过时。没有替换
- write(byte[], int, int) - Method in class java.security. DigestOutputStream
-
使用指定的子阵列更新消息摘要(如果摘要功能打开),并且无论如何将子阵列写入输出流。
- write(byte[], int, int) - Method in class java.util.zip. CheckedOutputStream
-
写入一个字节数组。
- write(byte[], int, int) - Method in class java.util.zip. DeflaterOutputStream
-
将一个字节数组写入压缩的输出流。
- write(byte[], int, int) - Method in class java.util.zip. GZIPOutputStream
-
将字节数组写入压缩输出流。
- write(byte[], int, int) - Method in class java.util.zip. InflaterOutputStream
-
将一组字节写入未压缩的输出流。
- write(byte[], int, int) - Method in class java.util.zip. ZipOutputStream
-
将一个字节数组写入当前的ZIP条目数据。
- write(byte[], int, int) - Method in class javax.crypto. CipherOutputStream
-
从偏移量
off
开始的指定字节数组写入len
个字节到此输出流。 - write(byte[], int, int) - Method in class javax.imageio.stream. FileCacheImageOutputStream
- write(byte[], int, int) - Method in class javax.imageio.stream. FileImageOutputStream
- write(byte[], int, int) - Method in interface javax.imageio.stream. ImageOutputStream
-
在当前位置写入一串字节。
- write(byte[], int, int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- write(byte[], int, int) - Method in class javax.imageio.stream. MemoryCacheImageOutputStream
- write(byte[], int, int) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
从指定的字节数组写入
len
字节,从偏移量off
开始写入此文件。 - write(byte[], int, int) - Method in interface javax.sound.sampled. SourceDataLine
-
通过该源数据线将音频数据写入混频器。
- write(char) - Method in class javax.swing.text. AbstractWriter
-
写出一个字符
- write(char[]) - Method in class java.io. PrintWriter
-
写入一个字符数组。
- write(char[]) - Method in class java.io. Writer
-
写入一个字符数组。
- write(char[], int, int) - Method in class java.io. BufferedWriter
-
写入字符数组的一部分。
- write(char[], int, int) - Method in class java.io. CharArrayWriter
-
将字符写入缓冲区。
- write(char[], int, int) - Method in class java.io. FilterWriter
-
写入字符数组的一部分。
- write(char[], int, int) - Method in class java.io. OutputStreamWriter
-
写入字符数组的一部分。
- write(char[], int, int) - Method in class java.io. PipedWriter
-
从指定的字符数组写入
len
字符,从偏移量off
开始off
到这个管道输出流。 - write(char[], int, int) - Method in class java.io. PrintWriter
-
写一个字符数组的一部分。
- write(char[], int, int) - Method in class java.io. StringWriter
-
写一个字符数组的一部分。
- write(char[], int, int) - Method in class java.io. Writer
-
写入字符数组的一部分。
- write(char[], int, int) - Method in class javax.swing.text. AbstractWriter
-
所有写入方法都调用到这一个中。
- write(int) - Method in class java.io. BufferedOutputStream
-
将指定的字节写入缓冲的输出流。
- write(int) - Method in class java.io. BufferedWriter
-
写一个字符
- write(int) - Method in class java.io. ByteArrayOutputStream
-
将指定的字节写入此字节数组输出流。
- write(int) - Method in class java.io. CharArrayWriter
-
将一个字符写入缓冲区。
- write(int) - Method in interface java.io. DataOutput
-
向输出流写入参数
b
的八个低位。 - write(int) - Method in class java.io. DataOutputStream
-
将指定的字节(参数
b
的低8位)写入底层输出流。 - write(int) - Method in class java.io. FileOutputStream
-
将指定的字节写入此文件输出流。
- write(int) - Method in class java.io. FilterOutputStream
-
将指定的
byte
写入此输出流。 - write(int) - Method in class java.io. FilterWriter
-
写一个字符
- write(int) - Method in interface java.io. ObjectOutput
-
写一个字节。
- write(int) - Method in class java.io. ObjectOutputStream
-
写一个字节。
- write(int) - Method in class java.io. OutputStream
-
将指定的字节写入此输出流。
- write(int) - Method in class java.io. OutputStreamWriter
-
写一个字符
- write(int) - Method in class java.io. PipedOutputStream
-
将指定的
byte
写入管道输出流。 - write(int) - Method in class java.io. PipedWriter
-
将指定的
char
写入管道输出流。 - write(int) - Method in class java.io. PrintStream
-
将指定的字节写入此流。
- write(int) - Method in class java.io. PrintWriter
-
写一个字符
- write(int) - Method in class java.io. RandomAccessFile
-
将指定的字节写入此文件。
- write(int) - Method in class java.io. StringWriter
-
写一个字符
- write(int) - Method in class java.io. Writer
-
写一个字符
- write(int) - Method in class java.rmi.server. LogStream
-
已过时。没有替换
- write(int) - Method in class java.security. DigestOutputStream
-
使用指定的字节更新消息摘要(如果摘要功能打开),并且无论如何将该字节写入输出流。
- write(int) - Method in class java.util.zip. CheckedOutputStream
-
写一个字节。
- write(int) - Method in class java.util.zip. DeflaterOutputStream
-
将一个字节写入压缩的输出流。
- write(int) - Method in class java.util.zip. InflaterOutputStream
-
将一个字节写入未压缩的输出流。
- write(int) - Method in class javax.crypto. CipherOutputStream
-
将指定的字节写入此输出流。
- write(int) - Method in class javax.imageio.stream. FileCacheImageOutputStream
- write(int) - Method in class javax.imageio.stream. FileImageOutputStream
- write(int) - Method in interface javax.imageio.stream. ImageOutputStream
-
将当前位置的单个字节写入流。
- write(int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- write(int) - Method in class javax.imageio.stream. MemoryCacheImageOutputStream
- write(int) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
将指定的字节写入此文件。
- write(int) - Method in class org.omg.CORBA.portable. OutputStream
-
将一个整数(数组长度)写入此流。
- write(RenderedImage) - Method in class javax.imageio. ImageWriter
-
将包含单个图像的完整图像流附加到输出的默认元数据和缩略图。
- write(RenderedImage, String, File) - Static method in class javax.imageio. ImageIO
-
使用支持给定格式的任意
ImageWriter
写入图像到File
。 - write(RenderedImage, String, OutputStream) - Static method in class javax.imageio. ImageIO
-
使用支持给定格式的任意
ImageWriter
写入图像到OutputStream
。 - write(RenderedImage, String, ImageOutputStream) - Static method in class javax.imageio. ImageIO
-
使用支持给定格式的任意
ImageWriter
写入图像到ImageOutputStream
。 - write(DataOutput) - Method in class java.rmi.server. UID
-
将
UID
的二进制表示法UID
交给DataOutput
实例。 - write(ObjectOutput) - Method in class java.io. ObjectOutputStream.PutField
-
已过时。此方法不会以适当的格式写入此
PutField
对象所包含的值,并可能导致序列化流的损坏。 写PutField
数据的正确方法是通过调用ObjectOutputStream.writeFields()
方法。 - write(ObjectOutput) - Method in class java.rmi.server. ObjID
-
将此
ObjID
的二进制表示法ObjID
交给ObjectOutput
实例。 - write(OutputStream) - Method in class java.awt.color. ICC_Profile
-
将此ICC_Profile写入OutputStream。
- write(OutputStream) - Method in class java.util.jar. Manifest
-
将清单写入指定的OutputStream。
- write(OutputStream, Document, int, int) - Method in class javax.swing.text. DefaultEditorKit
-
以适合此类内容处理程序的格式将内容从文档写入给定流。
- write(OutputStream, Document, int, int) - Method in class javax.swing.text. EditorKit
-
以适合此类内容处理程序的格式将内容从文档写入给定流。
- write(OutputStream, Document, int, int) - Method in class javax.swing.text.rtf. RTFEditorKit
-
将内容从文档以适合此类内容处理程序的格式写入给定流。
- write(Writer) - Method in class javax.swing.text. JTextComponent
-
将模型的内容存储到给定的流中。
- write(Writer, Document, int, int) - Method in class javax.swing.text. DefaultEditorKit
-
将内容从文档写入给定的流作为纯文本。
- write(Writer, Document, int, int) - Method in class javax.swing.text. EditorKit
-
以适合此类内容处理程序的格式将内容从文档写入给定流。
- write(Writer, Document, int, int) - Method in class javax.swing.text.html. HTMLEditorKit
-
将内容从文档以适合此类内容处理程序的格式写入给定流。
- write(Writer, Document, int, int) - Method in class javax.swing.text.rtf. RTFEditorKit
-
将内容从文档写入给定流作为纯文本。
- write(String) - Method in class java.awt.color. ICC_Profile
-
将此ICC_Profile写入文件。
- write(String) - Method in class java.io. PrintWriter
-
写一个字符串
- write(String) - Method in class java.io. StringWriter
-
写一个字符串
- write(String) - Method in class java.io. Writer
-
写一个字符串
- write(String) - Method in class javax.swing.text. AbstractWriter
-
写出一个字符串。
- write(String) - Method in interface org.w3c.dom.html. HTMLDocument
-
将一串文本写入由
open()
打开的文档流。 - write(String, int, int) - Method in class java.io. BufferedWriter
-
写一个字符串的一部分。
- write(String, int, int) - Method in class java.io. CharArrayWriter
-
将一部分字符串写入缓冲区。
- write(String, int, int) - Method in class java.io. FilterWriter
-
写一个字符串的一部分。
- write(String, int, int) - Method in class java.io. OutputStreamWriter
-
写一个字符串的一部分。
- write(String, int, int) - Method in class java.io. PrintWriter
-
写一个字符串的一部分。
- write(String, int, int) - Method in class java.io. StringWriter
-
写一个字符串的一部分
- write(String, int, int) - Method in class java.io. Writer
-
写一个字符串的一部分。
- write(String, ByteBuffer) - Method in interface java.nio.file.attribute. UserDefinedFileAttributeView
-
从缓冲区写入用户定义属性的值。
- write(ByteBuffer) - Method in interface java.nio.channels. AsynchronousByteChannel
-
从给定的缓冲区向该通道写入一个字节序列。
- write(ByteBuffer) - Method in class java.nio.channels. AsynchronousSocketChannel
- write(ByteBuffer) - Method in class java.nio.channels. DatagramChannel
-
将数据报写入此通道。
- write(ByteBuffer) - Method in class java.nio.channels. FileChannel
-
从给定的缓冲区向该通道写入一个字节序列。
- write(ByteBuffer) - Method in interface java.nio.channels. SeekableByteChannel
-
从给定的缓冲区向该通道写入一个字节序列。
- write(ByteBuffer) - Method in class java.nio.channels. SocketChannel
- write(ByteBuffer) - Method in interface java.nio.channels. WritableByteChannel
-
从给定的缓冲区向该通道写入一个字节序列。
- write(ByteBuffer[]) - Method in class java.nio.channels. DatagramChannel
-
将数据报写入此通道。
- write(ByteBuffer[]) - Method in class java.nio.channels. FileChannel
-
从给定的缓冲区向该通道写入一系列字节。
- write(ByteBuffer[]) - Method in interface java.nio.channels. GatheringByteChannel
-
从给定的缓冲区向该通道写入一系列字节。
- write(ByteBuffer[]) - Method in class java.nio.channels. SocketChannel
- write(ByteBuffer[], int, int) - Method in class java.nio.channels. DatagramChannel
-
将数据报写入此通道。
- write(ByteBuffer[], int, int) - Method in class java.nio.channels. FileChannel
-
从给定缓冲区的子序列将一个字节序列写入该通道。
- write(ByteBuffer[], int, int) - Method in interface java.nio.channels. GatheringByteChannel
-
从给定缓冲区的子序列将一个字节序列写入该通道。
- write(ByteBuffer[], int, int) - Method in class java.nio.channels. SocketChannel
- write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - Method in class java.nio.channels. AsynchronousSocketChannel
-
从给定缓冲区的子序列将一个字节序列写入该通道。
- write(ByteBuffer, long) - Method in class java.nio.channels. AsynchronousFileChannel
-
从给定的缓冲区向给定的文件位置开始,向该通道写入一个字节序列。
- write(ByteBuffer, long) - Method in class java.nio.channels. FileChannel
-
从给定的缓冲区向给定的文件位置开始,向该通道写入一个字节序列。
- write(ByteBuffer, long, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels. AsynchronousFileChannel
-
从给定的缓冲区向给定的文件位置开始,向该通道写入一个字节序列。
- write(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels. AsynchronousSocketChannel
-
从给定的缓冲区向该通道写入一个字节序列。
- write(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in interface java.nio.channels. AsynchronousByteChannel
-
从给定的缓冲区向该通道写入一个字节序列。
- write(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels. AsynchronousSocketChannel
- write(Path, byte[], OpenOption...) - Static method in class java.nio.file. Files
-
将字节写入文件。
- write(Path, Iterable<? extends CharSequence>, Charset, OpenOption...) - Static method in class java.nio.file. Files
-
将文本行写入文件。
- write(Path, Iterable<? extends CharSequence>, OpenOption...) - Static method in class java.nio.file. Files
-
将文本行写入文件。
- write(IIOImage) - Method in class javax.imageio. ImageWriter
-
将含有默认元数据和缩略图的单个图像的完整图像流附加到输出。
- write(IIOMetadata, IIOImage, ImageWriteParam) - Method in class javax.imageio. ImageWriter
-
将包含单个图像和关联流以及图像元数据和缩略图的完整图像流附加到输出。
- write(Sequence, int, File) - Static method in class javax.sound.midi. MidiSystem
-
写入表示所提供外部文件的MIDI文件类型的文件的字节流。
- write(Sequence, int, File) - Method in class javax.sound.midi.spi. MidiFileWriter
-
写入表示所提供外部文件的文件类型的MIDI文件的字节流。
- write(Sequence, int, OutputStream) - Static method in class javax.sound.midi. MidiSystem
-
写入表示所提供的输出流的MIDI文件类型的文件的字节流。
- write(Sequence, int, OutputStream) - Method in class javax.sound.midi.spi. MidiFileWriter
-
写入表示所提供的输出流的文件类型的MIDI文件的字节流。
- write(AudioInputStream, AudioFileFormat.Type, File) - Static method in class javax.sound.sampled. AudioSystem
-
将指定文件类型的音频文件的字节流写入提供的外部文件。
- write(AudioInputStream, AudioFileFormat.Type, File) - Method in class javax.sound.sampled.spi. AudioFileWriter
-
将表示所提供的外部文件的文件格式的音频文件的字节流写入。
- write(AudioInputStream, AudioFileFormat.Type, OutputStream) - Static method in class javax.sound.sampled. AudioSystem
-
将指定文件类型的音频文件的字节流写入提供的输出流。
- write(AudioInputStream, AudioFileFormat.Type, OutputStream) - Method in class javax.sound.sampled.spi. AudioFileWriter
-
写入表示所提供的输出流的文件类型的音频文件的字节流。
- write(OutputStream, boolean[]) - Static method in class org.omg.CORBA. BooleanSeqHelper
- write(OutputStream, byte[]) - Static method in class org.omg.CORBA. OctetSeqHelper
- write(OutputStream, byte[]) - Static method in class org.omg.PortableInterceptor. ObjectIdHelper
- write(OutputStream, char[]) - Static method in class org.omg.CORBA. CharSeqHelper
- write(OutputStream, char[]) - Static method in class org.omg.CORBA. WCharSeqHelper
- write(OutputStream, double[]) - Static method in class org.omg.CORBA. DoubleSeqHelper
- write(OutputStream, float[]) - Static method in class org.omg.CORBA. FloatSeqHelper
- write(OutputStream, int) - Static method in class org.omg.CORBA. PolicyTypeHelper
- write(OutputStream, int) - Static method in class org.omg.IOP. ComponentIdHelper
- write(OutputStream, int) - Static method in class org.omg.IOP. ProfileIdHelper
- write(OutputStream, int) - Static method in class org.omg.IOP. ServiceIdHelper
- write(OutputStream, int) - Static method in class org.omg.PortableInterceptor. AdapterManagerIdHelper
- write(OutputStream, int[]) - Static method in class org.omg.CORBA. LongSeqHelper
- write(OutputStream, int[]) - Static method in class org.omg.CORBA. ULongSeqHelper
- write(OutputStream, long[]) - Static method in class org.omg.CORBA. LongLongSeqHelper
- write(OutputStream, long[]) - Static method in class org.omg.CORBA. ULongLongSeqHelper
- write(OutputStream, short) - Static method in class org.omg.CORBA. PolicyErrorCodeHelper
- write(OutputStream, short) - Static method in class org.omg.CORBA. VisibilityHelper
- write(OutputStream, short) - Static method in class org.omg.Messaging. SyncScopeHelper
- write(OutputStream, short) - Static method in class org.omg.PortableInterceptor. AdapterStateHelper
- write(OutputStream, short[]) - Static method in class org.omg.CORBA. ShortSeqHelper
- write(OutputStream, short[]) - Static method in class org.omg.CORBA. UShortSeqHelper
- write(OutputStream, Serializable) - Static method in class org.omg.CORBA. ValueBaseHelper
- write(OutputStream, String) - Static method in class org.omg.CORBA. FieldNameHelper
- write(OutputStream, String) - Static method in class org.omg.CORBA. IdentifierHelper
- write(OutputStream, String) - Static method in class org.omg.CORBA. RepositoryIdHelper
- write(OutputStream, String) - Static method in class org.omg.CORBA. StringValueHelper
- write(OutputStream, String) - Static method in class org.omg.CORBA. VersionSpecHelper
- write(OutputStream, String) - Static method in class org.omg.CORBA. WStringValueHelper
- write(OutputStream, String) - Static method in class org.omg.CosNaming. IstringHelper
- write(OutputStream, String) - Static method in class org.omg.CosNaming.NamingContextExtPackage. AddressHelper
- write(OutputStream, String) - Static method in class org.omg.CosNaming.NamingContextExtPackage. StringNameHelper
- write(OutputStream, String) - Static method in class org.omg.CosNaming.NamingContextExtPackage. URLStringHelper
- write(OutputStream, String) - Static method in class org.omg.DynamicAny. FieldNameHelper
- write(OutputStream, String) - Static method in class org.omg.PortableInterceptor. ORBIdHelper
- write(OutputStream, String) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage. ObjectIdHelper
- write(OutputStream, String) - Static method in class org.omg.PortableInterceptor. ServerIdHelper
- write(OutputStream, String[]) - Static method in class org.omg.CORBA. StringSeqHelper
- write(OutputStream, String[]) - Static method in class org.omg.CORBA. WStringSeqHelper
- write(OutputStream, String[]) - Static method in class org.omg.PortableInterceptor. AdapterNameHelper
- write(OutputStream, Any[]) - Static method in class org.omg.CORBA. AnySeqHelper
- write(OutputStream, Any[]) - Static method in class org.omg.DynamicAny. AnySeqHelper
- write(OutputStream, Bounds) - Static method in class org.omg.CORBA. BoundsHelper
- write(OutputStream, CompletionStatus) - Static method in class org.omg.CORBA. CompletionStatusHelper
- write(OutputStream, Current) - Static method in class org.omg.CORBA. CurrentHelper
- write(OutputStream, DefinitionKind) - Static method in class org.omg.CORBA. DefinitionKindHelper
- write(OutputStream, IDLType) - Static method in class org.omg.CORBA. IDLTypeHelper
- write(OutputStream, NameValuePair) - Static method in class org.omg.CORBA. NameValuePairHelper
- write(OutputStream, Object) - Static method in class org.omg.CORBA. ObjectHelper
- write(OutputStream, InvalidName) - Static method in class org.omg.CORBA.ORBPackage. InvalidNameHelper
- write(OutputStream, ParameterMode) - Static method in class org.omg.CORBA. ParameterModeHelper
- write(OutputStream, Policy) - Static method in class org.omg.CORBA. PolicyHelper
- write(OutputStream, Policy[]) - Static method in class org.omg.CORBA. PolicyListHelper
- write(OutputStream, PolicyError) - Static method in class org.omg.CORBA. PolicyErrorHelper
- write(OutputStream, ServiceDetail) - Static method in class org.omg.CORBA. ServiceDetailHelper
- write(OutputStream, ServiceInformation) - Static method in class org.omg.CORBA. ServiceInformationHelper
- write(OutputStream, SetOverrideType) - Static method in class org.omg.CORBA. SetOverrideTypeHelper
- write(OutputStream, StructMember) - Static method in class org.omg.CORBA. StructMemberHelper
- write(OutputStream, BadKind) - Static method in class org.omg.CORBA.TypeCodePackage. BadKindHelper
- write(OutputStream, Bounds) - Static method in class org.omg.CORBA.TypeCodePackage. BoundsHelper
- write(OutputStream, UnionMember) - Static method in class org.omg.CORBA. UnionMemberHelper
- write(OutputStream, UnknownUserException) - Static method in class org.omg.CORBA. UnknownUserExceptionHelper
- write(OutputStream, ValueMember) - Static method in class org.omg.CORBA. ValueMemberHelper
- write(OutputStream, WrongTransaction) - Static method in class org.omg.CORBA. WrongTransactionHelper
- write(OutputStream, Binding) - Static method in class org.omg.CosNaming. BindingHelper
- write(OutputStream, Binding[]) - Static method in class org.omg.CosNaming. BindingListHelper
- write(OutputStream, BindingIterator) - Static method in class org.omg.CosNaming. BindingIteratorHelper
- write(OutputStream, BindingType) - Static method in class org.omg.CosNaming. BindingTypeHelper
- write(OutputStream, NameComponent) - Static method in class org.omg.CosNaming. NameComponentHelper
- write(OutputStream, NameComponent[]) - Static method in class org.omg.CosNaming. NameHelper
- write(OutputStream, NamingContext) - Static method in class org.omg.CosNaming. NamingContextHelper
- write(OutputStream, NamingContextExt) - Static method in class org.omg.CosNaming. NamingContextExtHelper
- write(OutputStream, InvalidAddress) - Static method in class org.omg.CosNaming.NamingContextExtPackage. InvalidAddressHelper
- write(OutputStream, AlreadyBound) - Static method in class org.omg.CosNaming.NamingContextPackage. AlreadyBoundHelper
- write(OutputStream, CannotProceed) - Static method in class org.omg.CosNaming.NamingContextPackage. CannotProceedHelper
- write(OutputStream, InvalidName) - Static method in class org.omg.CosNaming.NamingContextPackage. InvalidNameHelper
- write(OutputStream, NotEmpty) - Static method in class org.omg.CosNaming.NamingContextPackage. NotEmptyHelper
- write(OutputStream, NotFound) - Static method in class org.omg.CosNaming.NamingContextPackage. NotFoundHelper
- write(OutputStream, NotFoundReason) - Static method in class org.omg.CosNaming.NamingContextPackage. NotFoundReasonHelper
- write(OutputStream, DynAny) - Static method in class org.omg.DynamicAny. DynAnyHelper
- write(OutputStream, DynAny[]) - Static method in class org.omg.DynamicAny. DynAnySeqHelper
- write(OutputStream, DynAnyFactory) - Static method in class org.omg.DynamicAny. DynAnyFactoryHelper
- write(OutputStream, InconsistentTypeCode) - Static method in class org.omg.DynamicAny.DynAnyFactoryPackage. InconsistentTypeCodeHelper
- write(OutputStream, InvalidValue) - Static method in class org.omg.DynamicAny.DynAnyPackage. InvalidValueHelper
- write(OutputStream, TypeMismatch) - Static method in class org.omg.DynamicAny.DynAnyPackage. TypeMismatchHelper
- write(OutputStream, DynArray) - Static method in class org.omg.DynamicAny. DynArrayHelper
- write(OutputStream, DynEnum) - Static method in class org.omg.DynamicAny. DynEnumHelper
- write(OutputStream, DynFixed) - Static method in class org.omg.DynamicAny. DynFixedHelper
- write(OutputStream, DynSequence) - Static method in class org.omg.DynamicAny. DynSequenceHelper
- write(OutputStream, DynStruct) - Static method in class org.omg.DynamicAny. DynStructHelper
- write(OutputStream, DynUnion) - Static method in class org.omg.DynamicAny. DynUnionHelper
- write(OutputStream, DynValue) - Static method in class org.omg.DynamicAny. DynValueHelper
- write(OutputStream, NameDynAnyPair) - Static method in class org.omg.DynamicAny. NameDynAnyPairHelper
- write(OutputStream, NameDynAnyPair[]) - Static method in class org.omg.DynamicAny. NameDynAnyPairSeqHelper
- write(OutputStream, NameValuePair) - Static method in class org.omg.DynamicAny. NameValuePairHelper
- write(OutputStream, NameValuePair[]) - Static method in class org.omg.DynamicAny. NameValuePairSeqHelper
- write(OutputStream, CodecFactory) - Static method in class org.omg.IOP. CodecFactoryHelper
- write(OutputStream, UnknownEncoding) - Static method in class org.omg.IOP.CodecFactoryPackage. UnknownEncodingHelper
- write(OutputStream, FormatMismatch) - Static method in class org.omg.IOP.CodecPackage. FormatMismatchHelper
- write(OutputStream, InvalidTypeForEncoding) - Static method in class org.omg.IOP.CodecPackage. InvalidTypeForEncodingHelper
- write(OutputStream, TypeMismatch) - Static method in class org.omg.IOP.CodecPackage. TypeMismatchHelper
- write(OutputStream, IOR) - Static method in class org.omg.IOP. IORHelper
- write(OutputStream, ServiceContext) - Static method in class org.omg.IOP. ServiceContextHelper
- write(OutputStream, ServiceContext[]) - Static method in class org.omg.IOP. ServiceContextListHelper
- write(OutputStream, TaggedComponent) - Static method in class org.omg.IOP. TaggedComponentHelper
- write(OutputStream, TaggedComponent[]) - Static method in class org.omg.IOP. MultipleComponentProfileHelper
- write(OutputStream, TaggedProfile) - Static method in class org.omg.IOP. TaggedProfileHelper
- write(OutputStream, Current) - Static method in class org.omg.PortableInterceptor. CurrentHelper
- write(OutputStream, ForwardRequest) - Static method in class org.omg.PortableInterceptor. ForwardRequestHelper
- write(OutputStream, InvalidSlot) - Static method in class org.omg.PortableInterceptor. InvalidSlotHelper
- write(OutputStream, IORInterceptor_3_0) - Static method in class org.omg.PortableInterceptor. IORInterceptor_3_0Helper
- write(OutputStream, ObjectReferenceFactory) - Static method in class org.omg.PortableInterceptor. ObjectReferenceFactoryHelper
- write(OutputStream, ObjectReferenceTemplate) - Static method in class org.omg.PortableInterceptor. ObjectReferenceTemplateHelper
- write(OutputStream, ObjectReferenceTemplate[]) - Static method in class org.omg.PortableInterceptor. ObjectReferenceTemplateSeqHelper
- write(OutputStream, DuplicateName) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage. DuplicateNameHelper
- write(OutputStream, InvalidName) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage. InvalidNameHelper
- write(OutputStream, Current) - Static method in class org.omg.PortableServer. CurrentHelper
- write(OutputStream, NoContext) - Static method in class org.omg.PortableServer.CurrentPackage. NoContextHelper
- write(OutputStream, ForwardRequest) - Static method in class org.omg.PortableServer. ForwardRequestHelper
- write(OutputStream, POA) - Static method in class org.omg.PortableServer. POAHelper
- write(OutputStream, AdapterInactive) - Static method in class org.omg.PortableServer.POAManagerPackage. AdapterInactiveHelper
- write(OutputStream, AdapterAlreadyExists) - Static method in class org.omg.PortableServer.POAPackage. AdapterAlreadyExistsHelper
- write(OutputStream, AdapterNonExistent) - Static method in class org.omg.PortableServer.POAPackage. AdapterNonExistentHelper
- write(OutputStream, InvalidPolicy) - Static method in class org.omg.PortableServer.POAPackage. InvalidPolicyHelper
- write(OutputStream, NoServant) - Static method in class org.omg.PortableServer.POAPackage. NoServantHelper
- write(OutputStream, ObjectAlreadyActive) - Static method in class org.omg.PortableServer.POAPackage. ObjectAlreadyActiveHelper
- write(OutputStream, ObjectNotActive) - Static method in class org.omg.PortableServer.POAPackage. ObjectNotActiveHelper
- write(OutputStream, ServantAlreadyActive) - Static method in class org.omg.PortableServer.POAPackage. ServantAlreadyActiveHelper
- write(OutputStream, ServantNotActive) - Static method in class org.omg.PortableServer.POAPackage. ServantNotActiveHelper
- write(OutputStream, WrongAdapter) - Static method in class org.omg.PortableServer.POAPackage. WrongAdapterHelper
- write(OutputStream, WrongPolicy) - Static method in class org.omg.PortableServer.POAPackage. WrongPolicyHelper
- write(OutputStream, ServantActivator) - Static method in class org.omg.PortableServer. ServantActivatorHelper
- write(OutputStream, ServantLocator) - Static method in class org.omg.PortableServer. ServantLocatorHelper
- write(Node, LSOutput) - Method in interface org.w3c.dom.ls. LSSerializer
-
按照
LSSerializer
接口的一般说明中所述将指定节点序列化。 - WRITE - java.lang. ProcessBuilder.Redirect.Type
-
从
Redirect.to(File)
返回的重定向类型。 - WRITE - java.nio.file. AccessMode
-
测试写入权限
- WRITE - java.nio.file. StandardOpenOption
-
打开以进行写入。
- write_Abstract(Object) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL抽象接口类型写入输出流。
- write_abstract_interface(Object) - Method in class org.omg.CORBA_2_3.portable. OutputStream
-
汇总值对象或存根对象。
- WRITE_ACL - java.nio.file.attribute. AclEntryPermission
-
编写ACL属性的权限。
- write_any(Any) - Method in interface org.omg.CORBA. DataOutputStream
-
将Any值写入输出流。
- write_any(Any) - Method in class org.omg.CORBA.portable. OutputStream
-
在此输出流上写入Any。
- write_any_array(Any[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL Anys的数组从offset的长度元素写入输出流。
- WRITE_ATTRIBUTES - java.nio.file.attribute. AclEntryPermission
-
写入(非acl)文件属性的能力。
- write_boolean(boolean) - Method in interface org.omg.CORBA. DataOutputStream
-
将布尔值写入输出流。
- write_boolean(boolean) - Method in class org.omg.CORBA.portable. OutputStream
-
向此流写入一个布尔值。
- write_boolean_array(boolean[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL布尔数组从offset的长度元素写入输出流。
- write_boolean_array(boolean[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
在此输出流上写入一组布尔值。
- write_char(char) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL字符值写入输出流。
- write_char(char) - Method in class org.omg.CORBA.portable. OutputStream
-
将char值写入此流。
- write_char_array(char[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL字符数组从offset的长度元素写入输出流。
- write_char_array(char[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
在此输出流上写入一个字符数组。
- write_Context(Context, ContextList) - Method in class org.omg.CORBA.portable. OutputStream
-
在此流上写入CORBA上下文。
- WRITE_DATA - java.nio.file.attribute. AclEntryPermission
-
许可修改文件的数据。
- write_double(double) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL double值写入输出流。
- write_double(double) - Method in class org.omg.CORBA.portable. OutputStream
-
为此流写入一个双重值。
- write_double_array(double[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL双精度数组从长度元素的偏移量写入输出流。
- write_double_array(double[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
在此输出流上写入一组双精度数组。
- WRITE_FAILURE - Static variable in class java.util.logging. ErrorManager
-
写输出流失败时使用WRITE_FAILURE。
- write_fixed(BigDecimal) - Method in class org.omg.CORBA.portable. OutputStream
-
写入一个BigDecimal数字。
- write_float(float) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL浮点值写入输出流。
- write_float(float) - Method in class org.omg.CORBA.portable. OutputStream
-
向此流写入一个浮点值。
- write_float_array(float[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL浮点数从offset的长度元素写入输出流。
- write_float_array(float[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
在此输出流上写入一组浮点数。
- write_long(int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL long值(表示为Java int)写入输出流。
- write_long(int) - Method in class org.omg.CORBA.portable. OutputStream
-
写一个CORBA很长(即
- write_long_array(int[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL longs的数组从offset的长度元素写入输出流。
- write_long_array(int[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
写一个数组的CORBA longs(即
- write_longlong(long) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL long long值(表示为Java long)写入输出流。
- write_longlong(long) - Method in class org.omg.CORBA.portable. OutputStream
-
写一个CORBA longlong(即
- write_longlong_array(long[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL长整数的数组从length元素的偏移量写入输出流。
- write_longlong_array(long[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
写入一系列的CORBA longlongs(即
- WRITE_NAMED_ATTRS - java.nio.file.attribute. AclEntryPermission
-
写入文件的命名属性的权限。
- write_Object(Object) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL CORBA :: Object值写入输出流。
- write_Object(Object) - Method in class org.omg.CORBA.portable. OutputStream
-
在此输出流上写入一个CORBA对象。
- write_octet(byte) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL八位字节值(表示为Java字节)写入输出流。
- write_octet(byte) - Method in class org.omg.CORBA.portable. OutputStream
-
将CORBA八位字节(即字节)值写入此流。
- write_octet_array(byte[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL八位字节数组从offset的长度元素写入输出流。
- write_octet_array(byte[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
在此输出流上写入一组CORBA八位字节(字节)。
- WRITE_OWNER - java.nio.file.attribute. AclEntryPermission
-
允许更改所有者。
- write_Principal(Principal) - Method in class org.omg.CORBA.portable. OutputStream
-
已过时。被CORBA弃用2.2。
- write_short(short) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL的短值写入输出流。
- write_short(short) - Method in class org.omg.CORBA.portable. OutputStream
-
为此流写入一个简短的值。
- write_short_array(short[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL短片阵列从长度元素的偏移量写入输出流。
- write_short_array(short[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
在此输出流上写入一组短裤。
- write_string(String) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL字符串值写入输出流。
- write_string(String) - Method in class org.omg.CORBA.portable. OutputStream
-
将字符串值写入此流。
- write_TypeCode(TypeCode) - Method in interface org.omg.CORBA. DataOutputStream
-
将类型代码写入输出流。
- write_TypeCode(TypeCode) - Method in class org.omg.CORBA.portable. OutputStream
-
在此输出流上写入一个TypeCode。
- write_ulong(int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL unsigned long值(表示为Java int)写入输出流。
- write_ulong(int) - Method in class org.omg.CORBA.portable. OutputStream
-
写一个无符号的CORBA长(即
- write_ulong_array(int[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL unsigned long(以Java ints表示)的数组从offset的长度元素写入输出流。
- write_ulong_array(int[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
写入一组无符号CORBA longs(即
- write_ulonglong(long) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL unsigned long long值(表示为Java long)写入输出流。
- write_ulonglong(long) - Method in class org.omg.CORBA.portable. OutputStream
-
写一个无符号的CORBA longlong(即
- write_ulonglong_array(long[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL unsigned long longs(表示为Java longs)的数组从length元素的偏移量写入输出流。
- write_ulonglong_array(long[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
写一个无符号CORBA longlongs(即
- write_ushort(short) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL无符号短值(表示为Java短值)写入输出流。
- write_ushort(short) - Method in class org.omg.CORBA.portable. OutputStream
-
将无符号短值写入此流。
- write_ushort_array(short[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL无符号短整型数组(表示为Java shorts)从长度元素的偏移量写入输出流。
- write_ushort_array(short[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
在此输出流上写入一组无符号短语。
- write_value(Serializable) - Method in class org.omg.CORBA_2_3.portable. OutputStream
-
为输出流调度值类型。
- write_value(Serializable, Class) - Method in class org.omg.CORBA_2_3.portable. OutputStream
-
为输出流调度值类型。
- write_value(Serializable, String) - Method in class org.omg.CORBA_2_3.portable. OutputStream
-
为输出流调度值类型。
- write_value(Serializable, BoxedValueHelper) - Method in class org.omg.CORBA_2_3.portable. OutputStream
-
为输出流调度值类型。
- write_value(OutputStream) - Method in class org.omg.CORBA. Any
-
将此
Any
对象的值写入给定的输出流。 - write_value(OutputStream, Serializable) - Method in interface org.omg.CORBA.portable. BoxedValueHelper
- write_value(OutputStream, Serializable) - Method in class org.omg.CORBA. StringValueHelper
- write_value(OutputStream, Serializable) - Method in class org.omg.CORBA. WStringValueHelper
- write_Value(Serializable) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL值类型值写入输出流。
- write_wchar(char) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL宽字符值写入输出流。
- write_wchar(char) - Method in class org.omg.CORBA.portable. OutputStream
-
向此流写入宽字符值。
- write_wchar_array(char[], int, int) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL宽字符数组从偏移量的长度元素写入输出流。
- write_wchar_array(char[], int, int) - Method in class org.omg.CORBA.portable. OutputStream
-
在此输出流上写入一个宽字符数组。
- write_wstring(String) - Method in interface org.omg.CORBA. DataOutputStream
-
将IDL宽字符串值(表示为Java字符串)写入输出流。
- write_wstring(String) - Method in class org.omg.CORBA.portable. OutputStream
-
为此流写入一个宽字符串值。
- WRITE_XML_DECLARATION - Static variable in class javax.xml.soap. SOAPMessage
-
指定SOAP消息发送时是否包含XML声明。
- writeAborted(ImageWriter) - Method in interface javax.imageio.event. IIOWriteProgressListener
-
报告写入已经通过作者的
abort
方法中止。 - WriteAbortedException - Exception in java.io
-
指示在写入操作期间抛出ObjectStreamExceptions之一。
- WriteAbortedException(String, Exception) - Constructor for exception java.io. WriteAbortedException
-
构造一个WriteAbortedException,其中包含一个描述异常的字符串,异常导致中止。
- writeAbstractObject(OutputStream, Object) - Static method in class javax.rmi.CORBA. Util
-
将java.lang.Object写入值或CORBA对象。
- writeAbstractObject(OutputStream, Object) - Method in interface javax.rmi.CORBA. UtilDelegate
- writeAny(OutputStream, Object) - Static method in class javax.rmi.CORBA. Util
-
将任何java.lang.Object写为任何CORBA。
- writeAny(OutputStream, Object) - Method in interface javax.rmi.CORBA. UtilDelegate
- writeArray(Array) - Method in interface java.sql. SQLOutput
-
将SQL
ARRAY
值写入流。 - writeArray(Array) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的一个
Array
对象写入此SQLOutputImpl
对象。 - writeAsciiStream(InputStream) - Method in interface java.sql. SQLOutput
-
将下一个属性作为ASCII字符串写入流。
- writeAsciiStream(InputStream) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
向这个
SQLOutputImpl
对象写入一串ASCII字符。 - writeAsEncodedUnicode(Writer) - Method in interface javax.xml.stream.events. XMLEvent
-
该方法将按照XML 1.0规范将XMLEvent写为Unicode字符。
- writeAttribute(String, String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将不带前缀的属性写入输出流。
- writeAttribute(String, String, String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将一个属性写入输出流
- writeAttribute(String, String, String, String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将一个属性写入输出流
- writeAttributes(ObjectOutputStream, AttributeSet) - Method in class javax.swing.text. StyleContext
-
编写属性的上下文特定处理
- writeAttributes(AttributeSet) - Method in class javax.swing.text. AbstractWriter
-
将属性集写入“<name> = <value>”对。
- writeAttributes(AttributeSet) - Method in class javax.swing.text.html. HTMLWriter
-
写出属性集。
- writeAttributes(AttributeSet) - Method in class javax.swing.text.html. MinimalHTMLWriter
-
写出以下类型的所有属性:StyleConstants.ParagraphConstants,StyleConstants.CharacterConstants,StyleConstants.FontConstants,StyleConstants.ColorConstants。
- writeAttributeSet(ObjectOutputStream, AttributeSet) - Static method in class javax.swing.text. StyleContext
-
将一组属性写入给定的对象流以进行序列化。
- writeBigDecimal(BigDecimal) - Method in interface java.sql. SQLOutput
-
将下一个属性作为java.math.BigDecimal对象写入流。
- writeBigDecimal(BigDecimal) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的一个
java.math.BigDecimal
对象写入此SQLOutputImpl
对象。 - writeBinary(DataOutputStream) - Method in class javafx.css. StyleConverter.StringStore
- writeBinary(DataOutputStream, StyleConverter.StringStore) - Method in class javafx.css. CompoundSelector
- writeBinary(DataOutputStream, StyleConverter.StringStore) - Method in class javafx.css.converter. EnumConverter
- writeBinary(DataOutputStream, StyleConverter.StringStore) - Method in class javafx.css. Selector
- writeBinary(DataOutputStream, StyleConverter.StringStore) - Method in class javafx.css. SimpleSelector
- writeBinary(DataOutputStream, StyleConverter.StringStore) - Method in class javafx.css. StyleConverter
-
写二进制数据。
- writeBinaryStream(InputStream) - Method in interface java.sql. SQLOutput
-
将下一个属性写入流作为未解释字节流。
- writeBinaryStream(InputStream) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将一串未解释的字节写入此
SQLOutputImpl
对象。 - writeBit(int) - Method in interface javax.imageio.stream. ImageOutputStream
-
将由参数的最低有效位给出的单个位写入当前字节位置中当前位偏移量的流。
- writeBit(int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeBits(long, int) - Method in interface javax.imageio.stream. ImageOutputStream
-
将
numBits
的bits
参数的最低有效位(bits
的顺序)给出的位序列写入当前字节位置当前位偏移量的流。 - writeBits(long, int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeBlob(Blob) - Method in interface java.sql. SQLOutput
-
写入一个SQL
BLOB
值到流。 - writeBlob(Blob) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的
Blob
对象写入此SQLOutputImpl
对象。 - writeBody() - Method in class javax.swing.text.html. MinimalHTMLWriter
-
迭代文档中的元素,并基于它们是分支元素还是叶元素来处理元素。
- writeBoolean(boolean) - Method in interface java.io. DataOutput
-
向此输出流写入一个
boolean
值。 - writeBoolean(boolean) - Method in class java.io. DataOutputStream
-
将底层输出流写入
boolean
作为1字节值。 - writeBoolean(boolean) - Method in class java.io. ObjectOutputStream
-
写一个布尔值。
- writeBoolean(boolean) - Method in class java.io. RandomAccessFile
-
将
boolean
写入文件作为一个字节值。 - writeBoolean(boolean) - Method in interface java.sql. SQLOutput
-
将下一个属性作为Java布尔值写入流。
- writeBoolean(boolean) - Method in interface javax.imageio.stream. ImageOutputStream
-
向流中写入一个
boolean
值。 - writeBoolean(boolean) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeBoolean(boolean) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
将
boolean
写入文件作为一个字节值。 - writeBoolean(boolean) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的
boolean
写入此SQLOutputImpl
对象。 - writeByte(byte) - Method in interface java.sql. SQLOutput
-
将下一个属性作为Java字节写入流。
- writeByte(byte) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的
byte
写入此SQLOutputImpl
对象。 - writeByte(int) - Method in interface java.io. DataOutput
-
向输出流写入参数
v
的八个低位位。 - writeByte(int) - Method in class java.io. DataOutputStream
-
将底层输出流中的
byte
写入1字节值。 - writeByte(int) - Method in class java.io. ObjectOutputStream
-
写入一个8位字节。
- writeByte(int) - Method in class java.io. RandomAccessFile
-
将
byte
写入文件作为一个字节值。 - writeByte(int) - Method in interface javax.imageio.stream. ImageOutputStream
-
将
v
的8位低位写入流。 - writeByte(int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeByte(int) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
以文件形式写入
byte
作为单字节值。 - writeBytes(byte[]) - Method in interface java.sql. SQLOutput
-
将下一个属性写入流作为字节数组。
- writeBytes(byte[]) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将
bytes
的Java编程语言的数组写入此SQLOutputImpl
对象。 - writeBytes(String) - Method in interface java.io. DataOutput
-
将一个字符串写入输出流。
- writeBytes(String) - Method in class java.io. DataOutputStream
-
将字符串作为字节序列写入基础输出流。
- writeBytes(String) - Method in class java.io. ObjectOutputStream
-
写一个字符串作为字节序列。
- writeBytes(String) - Method in class java.io. RandomAccessFile
-
将字符串作为字节序列写入文件。
- writeBytes(String) - Method in interface javax.imageio.stream. ImageOutputStream
-
将一个字符串写入输出流。
- writeBytes(String) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeBytes(String) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
将字符串作为字节序列写入文件。
- writeCData(String) - Method in interface javax.xml.stream. XMLStreamWriter
-
写一个CData部分
- writeChar(int) - Method in interface java.io. DataOutput
-
向输出流写入一个由两个字节组成的
char
值。 - writeChar(int) - Method in class java.io. DataOutputStream
-
将底层输出流写入
char
作为2字节值,高字节优先。 - writeChar(int) - Method in class java.io. ObjectOutputStream
-
写一个16位的字符。
- writeChar(int) - Method in class java.io. RandomAccessFile
-
写入一个
char
作为一个双字节的值,高字节的第一个文件。 - writeChar(int) - Method in interface javax.imageio.stream. ImageOutputStream
-
该方法是
writeShort
的同义词。 - writeChar(int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeChar(int) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
写入一个
char
作为一个两个字节的值,高字节的第一个文件。 - writeCharacters(char[], int, int) - Method in interface javax.xml.stream. XMLStreamWriter
-
将文本写入输出
- writeCharacters(String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将文本写入输出
- writeCharacterStream(Reader) - Method in interface java.sql. SQLOutput
-
将下一个属性作为Unicode字符流写入流。
- writeCharacterStream(Reader) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Unicode字符串写入此
SQLOutputImpl
对象。 - writeChars(char[], int, int) - Method in interface javax.imageio.stream. ImageOutputStream
-
在当前位置将一串字符写入流。
- writeChars(char[], int, int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeChars(String) - Method in interface java.io. DataOutput
-
将字符串
s
中的每个字符写入输出流,按字符顺序排列两个字节。 - writeChars(String) - Method in class java.io. DataOutputStream
-
将字符串写入底层输出流作为一系列字符。
- writeChars(String) - Method in class java.io. ObjectOutputStream
-
写一个字符串作为一系列的字符。
- writeChars(String) - Method in class java.io. RandomAccessFile
-
将一个字符串作为字符序列写入文件。
- writeChars(String) - Method in interface javax.imageio.stream. ImageOutputStream
-
将一个字符串写入输出流。
- writeChars(String) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeChars(String) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
将一个字符串作为字符序列写入文件。
- writeChildren(ObjectOutputStream) - Method in class java.beans.beancontext. BeanContextSupport
-
用于序列化这个
BeanContext
所有孩子。 - writeClassDescriptor(ObjectStreamClass) - Method in class java.io. ObjectOutputStream
-
将指定的类描述符写入ObjectOutputStream。
- writeClob(Clob) - Method in interface java.sql. SQLOutput
-
写入一个SQL
CLOB
值到流。 - writeClob(Clob) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的一个
Clob
对象写入此SQLOutputImpl
对象。 - writeComment(String) - Method in interface javax.xml.stream. XMLStreamWriter
-
用附带的数据写入一个xml注释
- writeComponent(Element) - Method in class javax.swing.text.html. MinimalHTMLWriter
-
负责处理元件; 故意未实施。
- writeContent(Element, boolean) - Method in class javax.swing.text.html. MinimalHTMLWriter
-
以符合HTML的方式写入属性集。
- writeData(RowSetInternal) - Method in interface javax.sql. RowSetWriter
-
将此
RowSetWriter
对象的行RowSetWriter
的更改写入数据源,从中获取其数据。 - writeDate(Date) - Method in interface java.sql. SQLOutput
-
将下一个属性作为java.sql.Date对象写入流。
- writeDate(Date) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的一个
java.sql.Date
对象写入此SQLOutputImpl
对象。 - writeDefaultNamespace(String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将默认命名空间写入流
- writeDouble(double) - Method in interface java.io. DataOutput
-
向输出流写入一个由8个字节组成的
double
值。 - writeDouble(double) - Method in class java.io. DataOutputStream
-
使用
long
中的doubleToLongBits
方法将双参数转换为Double
,然后long
值作为8字节数量,高字节优先写入底层输出流。 - writeDouble(double) - Method in class java.io. ObjectOutputStream
-
写一个64位的双倍。
- writeDouble(double) - Method in class java.io. RandomAccessFile
-
使用
long
中的doubleToLongBits
方法将双参数转换为Double
,然后long
值作为八字节数量,高字节优先写入文件。 - writeDouble(double) - Method in interface java.sql. SQLOutput
-
将下一个属性作为Java double写入流。
- writeDouble(double) - Method in interface javax.imageio.stream. ImageOutputStream
-
向输出流写入由四个字节组成的
double
值。 - writeDouble(double) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeDouble(double) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
双参数传递给转换
long
使用doubleToLongBits
方法在类Double
,然后写入该long
值到该文件作为一个八字节的数量,高字节。 - writeDouble(double) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的
double
写入此SQLOutputImpl
对象。 - writeDoubles(double[], int, int) - Method in interface javax.imageio.stream. ImageOutputStream
-
将当前位置的一系列双精度写入流。
- writeDoubles(double[], int, int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeDTD(String) - Method in interface javax.xml.stream. XMLStreamWriter
-
写一个DTD部分。
- writeEmbeddedTags(AttributeSet) - Method in class javax.swing.text.html. HTMLWriter
-
在AttributeSet中搜索嵌入式标签并将其写入。
- writeEmptyElement(String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将一个空的元素标签写入输出
- writeEmptyElement(String, String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将一个空的元素标签写入输出
- writeEmptyElement(String, String, String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将一个空的元素标签写入输出
- writeEndDocument() - Method in interface javax.xml.stream. XMLStreamWriter
-
关闭任何起始标记并写入相应的结束标签。
- writeEndElement() - Method in interface javax.xml.stream. XMLStreamWriter
-
根据写入器的内部状态将结束标记写入输出,以确定事件的前缀和本地名称。
- writeEndParagraph() - Method in class javax.swing.text.html. MinimalHTMLWriter
-
发出<p>标签的结束标记。
- writeEndTag(String) - Method in class javax.swing.text.html. MinimalHTMLWriter
-
写出一个适合缩进的结束标签。
- writeEntityRef(String) - Method in interface javax.xml.stream. XMLStreamWriter
-
写实体引用
- writeExpression(Expression) - Method in class java.beans. Encoder
-
该实现首先检查是否已经写入了具有该值的表达式。
- writeExpression(Expression) - Method in class java.beans. XMLEncoder
-
记录表达式,以便当流被刷新时,编码器将产生实际的输出。
- writeExternal(ObjectOutput) - Method in class java.awt.datatransfer. DataFlavor
-
序列化这个
DataFlavor
。 - writeExternal(ObjectOutput) - Method in interface java.io. Externalizable
-
该对象实现了writeExternal方法来通过调用DataOutput的原始值或调用ObjectOutput的对象,字符串和数组的writeObject方法来保存其内容。
- writeExternal(ObjectOutput) - Method in class javax.activation. MimeType
-
该对象实现了writeExternal方法来通过调用DataOutput的原始值或调用ObjectOutput对象,字符串和数组的writeObject方法来保存其内容。
- writeExternal(ObjectOutput) - Method in class javax.management.loading. MLet
-
将此MLet的内容保存到给定的
ObjectOutput
。 - writeFields() - Method in class java.io. ObjectOutputStream
-
将缓冲的字段写入流。
- writeFloat(float) - Method in interface java.io. DataOutput
-
向输出流写入由四个字节组成的
float
值。 - writeFloat(float) - Method in class java.io. DataOutputStream
-
使用
int
中的floatToIntBits
方法将float参数转换为Float
,然后将int
值写入底层输出流作为4字节数量,高字节优先。 - writeFloat(float) - Method in class java.io. ObjectOutputStream
-
写一个32位浮点数。
- writeFloat(float) - Method in class java.io. RandomAccessFile
-
使用
int
中的floatToIntBits
方法将float参数转换为Float
,然后int
值作为四字节数量(高字节优先)写入文件。 - writeFloat(float) - Method in interface java.sql. SQLOutput
-
将下一个属性作为Java float写入流。
- writeFloat(float) - Method in interface javax.imageio.stream. ImageOutputStream
-
向输出流写入由四个字节组成的
float
值。 - writeFloat(float) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeFloat(float) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
使用
int
中的floatToIntBits
方法将float参数转换为Float
,然后int
值作为四字节数量,高字节优先写入文件。 - writeFloat(float) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的
float
写入此SQLOutputImpl
对象。 - writeFloats(float[], int, int) - Method in interface javax.imageio.stream. ImageOutputStream
-
在当前位置将一系列浮点写入流。
- writeFloats(float[], int, int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeHeader() - Method in class javax.swing.text.html. MinimalHTMLWriter
-
写出<head>和<style>标签,然后调用writeStyles()将所有命名样式写成<style>标签的内容。
- writeHTMLTags(AttributeSet) - Method in class javax.swing.text.html. MinimalHTMLWriter
-
根据其属性设置为文本生成粗体<b>,斜体<i>和<u>标签。
- writeImage(Element) - Method in class javax.swing.text.html. MinimalHTMLWriter
-
负责处理图标元素; 故意未实施。
- writeInsert(int, IIOImage, ImageWriteParam) - Method in class javax.imageio. ImageWriter
-
将新图像插入到现有图像流中。
- writeInt(int) - Method in interface java.io. DataOutput
-
向输出流写入由四个字节组成的
int
值。 - writeInt(int) - Method in class java.io. DataOutputStream
-
将底层输出流写入一个
int
作为四字节,高位字节。 - writeInt(int) - Method in class java.io. ObjectOutputStream
-
写一个32位int。
- writeInt(int) - Method in class java.io. RandomAccessFile
-
向文件写入一个
int
作为四个字节,高位字节。 - writeInt(int) - Method in interface java.sql. SQLOutput
-
将下一个属性作为Java int写入流。
- writeInt(int) - Method in interface javax.imageio.stream. ImageOutputStream
-
将
v
的32位写入流。 - writeInt(int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeInt(int) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
向文件写入一个
int
作为四个字节,高字节优先。 - writeInt(int) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的
int
写入此SQLOutputImpl
对象。 - writeInts(int[], int, int) - Method in interface javax.imageio.stream. ImageOutputStream
-
在当前位置写入流的序列。
- writeInts(int[], int, int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeLeaf(Element) - Method in class javax.swing.text.html. MinimalHTMLWriter
-
负责写出其他非文本元素。
- writeLineSeparator() - Method in class javax.swing.text. AbstractWriter
-
写行分隔符。
- writeLineSeparator() - Method in class javax.swing.text.html. HTMLWriter
-
写行分隔符。
- writeln(String) - Method in interface org.w3c.dom.html. HTMLDocument
-
在
open()
打开的文件流中写入一串文本,后跟换行符。 - writeLock() - Method in interface java.util.concurrent.locks. ReadWriteLock
-
返回用于写入的锁。
- writeLock() - Method in class java.util.concurrent.locks. ReentrantReadWriteLock
- writeLock() - Method in class java.util.concurrent.locks. StampedLock
-
专门获取锁定,如有必要,阻塞。
- writeLock() - Method in class javax.swing.text. AbstractDocument
-
获取一个锁,开始变更此锁保护的文档。
- WriteLock(ReentrantReadWriteLock) - Constructor for class java.util.concurrent.locks. ReentrantReadWriteLock.WriteLock
-
子类使用的构造方法。
- writeLockInterruptibly() - Method in class java.util.concurrent.locks. StampedLock
-
专门获取锁定,如有必要,阻塞,直到可用或当前线程中断。
- writeLong(long) - Method in interface java.io. DataOutput
-
向输出流写入一个由8个字节组成的
long
值。 - writeLong(long) - Method in class java.io. DataOutputStream
-
将底层输出流写入一个
long
作为八字节,高字节优先。 - writeLong(long) - Method in class java.io. ObjectOutputStream
-
写一个64位长
- writeLong(long) - Method in class java.io. RandomAccessFile
-
向文件写入一个
long
作为八字节,高字节优先。 - writeLong(long) - Method in interface java.sql. SQLOutput
-
将下一个属性作为Java写入流。
- writeLong(long) - Method in interface javax.imageio.stream. ImageOutputStream
-
将
v
的64位写入流。 - writeLong(long) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeLong(long) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
向文件写入一个
long
作为八字节,高位字节。 - writeLong(long) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的
long
写入此SQLOutputImpl
对象。 - writeLongs(long[], int, int) - Method in interface javax.imageio.stream. ImageOutputStream
-
在当前位置写入流的序列。
- writeLongs(long[], int, int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeNamespace(String, String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将命名空间写入输出流如果此方法的前缀参数为空字符串“xmlns”,或为null,则此方法将委托为writeDefaultNamespace
- writeNClob(NClob) - Method in interface java.sql. SQLOutput
-
写入一个SQL
NCLOB
值到流。 - writeNClob(NClob) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
写入一个SQL
NCLOB
值到流。 - writeNonHTMLAttributes(AttributeSet) - Method in class javax.swing.text.html. MinimalHTMLWriter
-
以符合HTML的方式写出剩余的字符级属性(粗体,斜体和下划线之外的属性)。
- writeNString(String) - Method in interface java.sql. SQLOutput
-
将下一个属性作为Java编程语言中的
String
写入流。 - writeNString(String) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将下一个属性作为Java编程语言中的
String
写入流。 - writeObject(Object) - Method in class java.beans. Encoder
-
将指定的对象写入输出流。
- writeObject(Object) - Method in class java.beans. XMLEncoder
-
将指定对象的XML表示形式写入输出。
- writeObject(Object) - Method in interface java.io. ObjectOutput
-
将对象写入底层存储或流。
- writeObject(Object) - Method in class java.io. ObjectOutputStream
-
将指定的对象写入ObjectOutputStream。
- writeObject(Object, Encoder) - Method in class java.beans. PersistenceDelegate
-
writeObject
是持久性的单个入口点,由传统的授权模式中的Encoder
使用。 - writeObject(Object, SQLType) - Method in interface java.sql. SQLOutput
-
将包含在给定对象中的数据写入流。
- writeObject(SQLData) - Method in interface java.sql. SQLOutput
-
向流中写入包含在给定的
SQLData
对象中的数据。 - writeObject(SQLData) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
向流中写入包含在给定的
SQLData
对象中的数据。 - writeObject(Stub, ObjectOutputStream) - Method in interface javax.rmi.CORBA. StubDelegate
- writeObjectOverride(Object) - Method in class java.io. ObjectOutputStream
-
子类使用的方法来覆盖默认的writeObject方法。
- writeOption(Option) - Method in class javax.swing.text.html. HTMLWriter
-
写出选项表单元素的内容。
- writePacket(byte[]) - Method in class com.sun.jdi.connect.spi. Connection
-
将数据包写入目标虚拟机。
- WritePendingException - Exception in java.nio.channels
-
尝试写入异步套接字通道并且之前的写入尚未完成时抛出未检查的异常。
- WritePendingException() - Constructor for exception java.nio.channels. WritePendingException
-
构造这个类的一个实例。
- writeProcessingInstruction(String) - Method in interface javax.xml.stream. XMLStreamWriter
-
写一个处理指令
- writeProcessingInstruction(String, String) - Method in interface javax.xml.stream. XMLStreamWriter
-
写一个处理指令
- writer - Variable in class javax.script. SimpleScriptContext
-
这是用于从脚本输出的作者。
- writer() - Method in class java.io. Console
-
检索与此控制台关联的唯一的
PrintWriter
对象。 - Writer - Class in java.io
-
用于写入字符流的抽象类。
- Writer() - Constructor for class java.io. Writer
-
创建一个新的人物流作家,其关键部分将在作者本身上同步。
- Writer(Object) - Constructor for class java.io. Writer
-
创建一个新的字符流写入器,其关键部分将在给定对象上进行同步。
- writeRef(Ref) - Method in interface java.sql. SQLOutput
-
写入一个SQL
REF
值到流。 - writeRef(Ref) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的一个
Ref
对象写入此SQLOutputImpl
对象。 - writeRemoteObject(OutputStream, Object) - Static method in class javax.rmi.CORBA. Util
-
将java.lang.Object写入CORBA对象。
- writeRemoteObject(OutputStream, Object) - Method in interface javax.rmi.CORBA. UtilDelegate
- writeReplace() - Method in class java.security.cert. Certificate
-
更换要序列化的证书。
- writeReplace() - Method in class java.security.cert. CertPath
-
替换
CertPath
以使用CertPathRep
对象进行序列化。 - writeReplace(Serializable) - Method in interface javax.rmi.CORBA. ValueHandler
-
如果值包含一个
writeReplace
方法,则返回结果。 - writeRowId(RowId) - Method in interface java.sql. SQLOutput
-
向流写入一个SQL
ROWID
值。 - writeRowId(RowId) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将SQL
ROWID
值写入流。 - writerSpiNames - Variable in class javax.imageio.spi. ImageReaderSpi
-
要从
getImageWriterSpiNames
返回的字符串数组,最初为null
。 - writeShort(int) - Method in interface java.io. DataOutput
-
将两个字节写入输出流以表示参数的值。
- writeShort(int) - Method in class java.io. DataOutputStream
-
将底层输出流写入
short
作为两个字节,高位字节。 - writeShort(int) - Method in class java.io. ObjectOutputStream
-
写一个16位短。
- writeShort(int) - Method in class java.io. RandomAccessFile
-
写入一个
short
文件作为两个字节,高字节优先。 - writeShort(int) - Method in interface javax.imageio.stream. ImageOutputStream
-
写入流的16位低位位
v
。 - writeShort(int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeShort(int) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
将
short
写入文件作为两个字节,高位字节。 - writeShort(short) - Method in interface java.sql. SQLOutput
-
将下一个属性写入流作为Java短。
- writeShort(short) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的
short
写入此SQLOutputImpl
对象。 - writeShorts(short[], int, int) - Method in interface javax.imageio.stream. ImageOutputStream
-
在当前位置写入流的序列。
- writeShorts(short[], int, int) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeSQL(SQLOutput) - Method in interface java.sql. SQLData
-
将此对象写入给定的SQL数据流,将其转换回数据源中的SQL值。
- writeSQLXML(SQLXML) - Method in interface java.sql. SQLOutput
-
写入一个SQL
XML
值到流。 - writeSQLXML(SQLXML) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将SQL
XML
值写入流。 - writeStartDocument() - Method in interface javax.xml.stream. XMLStreamWriter
-
编写XML声明
- writeStartDocument(String) - Method in interface javax.xml.stream. XMLStreamWriter
-
编写XML声明
- writeStartDocument(String, String) - Method in interface javax.xml.stream. XMLStreamWriter
-
编写XML声明
- writeStartElement(String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将开始标签写入输出。
- writeStartElement(String, String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将开始标签写入输出
- writeStartElement(String, String, String) - Method in interface javax.xml.stream. XMLStreamWriter
-
将开始标签写入输出
- writeStartParagraph(Element) - Method in class javax.swing.text.html. MinimalHTMLWriter
-
发出段落的起始标记。
- writeStartTag(String) - Method in class javax.swing.text.html. MinimalHTMLWriter
-
写出一个适当缩进的开始标签。
- writeStatement(Statement) - Method in class java.beans. Encoder
-
向流写入语句
oldStm
。 - writeStatement(Statement) - Method in class java.beans. XMLEncoder
-
记录声明,以便编码器将在流被冲洗时产生实际的输出。
- writeStreamHeader() - Method in class java.io. ObjectOutputStream
-
提供了writeStreamHeader方法,因此子类可以在流中附加或预先添加自己的头。
- writeString(String) - Method in interface java.sql. SQLOutput
-
将下一个属性作为Java编程语言中的
String
写入流。 - writeString(String) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的
String
写入此SQLOutputImpl
对象。 - writeStruct(Struct) - Method in interface java.sql. SQLOutput
-
将SQL结构化类型值写入流。
- writeStruct(Struct) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的一个
Struct
对象写入此SQLOutputImpl
对象。 - writeStyles() - Method in class javax.swing.text.html. MinimalHTMLWriter
-
将所有命名的样式写成<style>标签的内容。
- writeTime(Time) - Method in interface java.sql. SQLOutput
-
将下一个属性作为java.sql.Time对象写入流。
- writeTime(Time) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的一个
java.sql.Time
对象写入此SQLOutputImpl
对象。 - writeTimestamp(Timestamp) - Method in interface java.sql. SQLOutput
-
将下一个属性作为java.sql.Timestamp对象写入流。
- writeTimestamp(Timestamp) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的一个
java.sql.Timestamp
对象写入此SQLOutputImpl
对象。 - writeTo(OutputStream) - Method in class java.io. ByteArrayOutputStream
-
将此字节数组输出流的完整内容写入指定的输出流参数,就像使用
out.write(buf, 0, count)
调用输出流的写入方法out.write(buf, 0, count)
。 - writeTo(OutputStream) - Method in class javax.activation. DataHandler
-
将数据写入
OutputStream
。 - writeTo(OutputStream) - Method in class javax.xml.soap. SOAPMessage
-
将此
SOAPMessage
对象写入给定的输出流。 - writeTo(Writer) - Method in class java.io. CharArrayWriter
-
将缓冲区的内容写入另一个字符流。
- writeTo(Object, String, OutputStream) - Method in interface javax.activation. DataContentHandler
-
将对象转换为指定MIME类型的字节流,并将其写入输出流。
- writeTo(Result) - Method in class javax.xml.ws. EndpointReference
-
将此
EndpointReference
写入指定的信息集格式 - writeTo(Result) - Method in class javax.xml.ws.wsaddressing. W3CEndpointReference
-
将此
EndpointReference
写入指定的信息集格式 - writeToSequence(IIOImage, ImageWriteParam) - Method in class javax.imageio. ImageWriter
-
将单个图像和可能关联的元数据和缩略图附加到输出。
- writeToString(Node) - Method in interface org.w3c.dom.ls. LSSerializer
-
按照
LSSerializer
接口的一般说明将上述指定的节点序列化。 - writeToURI(Node, String) - Method in interface org.w3c.dom.ls. LSSerializer
-
充当如果一种简便方法
LSSerializer.write
被称为具有LSOutput
没有编码指定和LSOutput.systemId
集到uri
参数。 - writeUnlock() - Method in class javax.swing.text. AbstractDocument
-
释放之前通过
writeLock
获得的写锁定。 - writeUnshared(Object) - Method in class java.io. ObjectOutputStream
-
将“非共享”对象写入ObjectOutputStream。
- writeURL(URL) - Method in interface java.sql. SQLOutput
-
将SQL
DATALINK
值写入流。 - writeURL(URL) - Method in class javax.sql.rowset.serial. SQLOutputImpl
-
将Java编程语言中的一个
java.sql.Type.DATALINK
对象写入此SQLOutputImpl
对象。 - writeUTF(String) - Method in interface java.io. DataOutput
-
将两个字节的长度信息写入输出流,后跟字符串
s
中每个字符的 modified UTF-8表示。 - writeUTF(String) - Method in class java.io. DataOutputStream
-
使用机器无关的方式使用 modified UTF-8编码将字符串写入基础输出流。
- writeUTF(String) - Method in class java.io. ObjectOutputStream
-
此字符串的原始数据写入格式为 modified UTF-8 。
- writeUTF(String) - Method in class java.io. RandomAccessFile
-
使用机器无关的方式使用 modified UTF-8编码将字符串写入文件。
- writeUTF(String) - Method in interface javax.imageio.stream. ImageOutputStream
-
以网络字节顺序将两个字节的长度信息写入输出流,后跟字符串
s
中每个字符的 modified UTF-8表示。 - writeUTF(String) - Method in class javax.imageio.stream. ImageOutputStreamImpl
- writeUTF(String) - Method in interface javax.jnlp. JNLPRandomAccessFile
-
使用UTF-8编码以机器无关方式将字符串写入文件。
- writeValue(OutputStream, Serializable) - Method in interface javax.rmi.CORBA. ValueHandler
-
使用Java语义将值写入流。
- writeValue(OutputStream, Serializable, byte) - Method in interface javax.rmi.CORBA. ValueHandlerMultiFormat
-
允许ORB传递RMI / IDL自定义值类型的流格式版本。
- writeXml(OutputStream) - Method in interface javax.sql.rowset. WebRowSet
-
将此
WebRowSet
对象的数据,属性和元数据以XML格式写入给定的OutputStream
对象。 - writeXml(Writer) - Method in interface javax.sql.rowset. WebRowSet
-
将此
WebRowSet
对象的数据,属性和元数据以XML格式写入给定的Writer
对象。 - writeXml(ResultSet, OutputStream) - Method in interface javax.sql.rowset. WebRowSet
-
使用给定的
ResultSet
对象的内容填充此WebRowSet
对象,并将其数据,属性和元数据以XML格式写入给定的OutputStream
对象。 - writeXml(ResultSet, Writer) - Method in interface javax.sql.rowset. WebRowSet
-
使用给定的
ResultSet
对象的内容填充此WebRowSet
对象,并将其数据,属性和元数据以XML格式写入给定的Writer
对象。 - writeXML(WebRowSet, Writer) - Method in interface javax.sql.rowset.spi. XmlWriter
-
将给定的
WebRowSet
对象写入指定的java.io.Writer
输出流作为XML文档。 - written - Variable in class java.io. DataOutputStream
-
到目前为止写入数据输出流的字节数。
- WRONG_DOCUMENT_ERR - Static variable in exception org.w3c.dom. DOMException
-
如果一个
Node
在不同于其创建它的文档(不支持它)中使用。 - WrongAdapter - Exception in org.omg.PortableServer.POAPackage
-
org / omg / PortableServer / POAPackage / WrongAdapter.java。
- WrongAdapter() - Constructor for exception org.omg.PortableServer.POAPackage. WrongAdapter
- WrongAdapter(String) - Constructor for exception org.omg.PortableServer.POAPackage. WrongAdapter
- WrongAdapterHelper - Class in org.omg.PortableServer.POAPackage
-
org / omg / PortableServer / POAPackage / WrongAdapterHelper.java。
- WrongAdapterHelper() - Constructor for class org.omg.PortableServer.POAPackage. WrongAdapterHelper
- WrongMethodTypeException - Exception in java.lang.invoke
-
抛出以表示代码尝试通过错误的方法类型调用方法句柄。
- WrongMethodTypeException() - Constructor for exception java.lang.invoke. WrongMethodTypeException
-
构造一个没有详细消息的
WrongMethodTypeException
。 - WrongMethodTypeException(String) - Constructor for exception java.lang.invoke. WrongMethodTypeException
-
构造具有指定详细消息的
WrongMethodTypeException
。 - WrongPolicy - Exception in org.omg.PortableServer.POAPackage
-
org / omg / PortableServer / POAPackage / WrongPolicy.java。
- WrongPolicy() - Constructor for exception org.omg.PortableServer.POAPackage. WrongPolicy
- WrongPolicy(String) - Constructor for exception org.omg.PortableServer.POAPackage. WrongPolicy
- WrongPolicyHelper - Class in org.omg.PortableServer.POAPackage
-
org / omg / PortableServer / POAPackage / WrongPolicyHelper.java。
- WrongPolicyHelper() - Constructor for class org.omg.PortableServer.POAPackage. WrongPolicyHelper
- WrongTransaction - Exception in org.omg.CORBA
-
CORBA
WrongTransaction
用户定义的异常。 - WrongTransaction() - Constructor for exception org.omg.CORBA. WrongTransaction
-
构造具有空详细消息的WrongTransaction对象。
- WrongTransaction(String) - Constructor for exception org.omg.CORBA. WrongTransaction
-
构造具有给定详细消息的WrongTransaction对象。
- WrongTransactionHelper - Class in org.omg.CORBA
-
助手
WrongTransaction
。 - WrongTransactionHelper() - Constructor for class org.omg.CORBA. WrongTransactionHelper
- WrongTransactionHolder - Class in org.omg.CORBA
-
持有人
WrongTransaction
。 - WrongTransactionHolder() - Constructor for class org.omg.CORBA. WrongTransactionHolder
- WrongTransactionHolder(WrongTransaction) - Constructor for class org.omg.CORBA. WrongTransactionHolder
- WSDL_DESCRIPTION - Static variable in interface javax.xml.ws.handler. MessageContext
-
标准属性:WSDL文档的输入源。
- WSDL_INTERFACE - Static variable in interface javax.xml.ws.handler. MessageContext
-
标准属性:wsdl接口(2.0)或端口类型(1.1)的名称。
- WSDL_OPERATION - Static variable in interface javax.xml.ws.handler. MessageContext
-
标准属性:WSDL操作的名称。
- WSDL_PORT - Static variable in class javax.xml.ws. Endpoint
-
标准属性:WSDL端口的名称。
- WSDL_PORT - Static variable in interface javax.xml.ws.handler. MessageContext
-
标准属性:WSDL端口的名称。
- WSDL_SERVICE - Static variable in class javax.xml.ws. Endpoint
-
标准属性:WSDL服务的名称。
- WSDL_SERVICE - Static variable in interface javax.xml.ws.handler. MessageContext
-
标准属性:WSDL服务的名称。
- wsdlDocumentLocation(String) - Method in class javax.xml.ws.wsaddressing. W3CEndpointReferenceBuilder
-
设置
wsdlDocumentLocation
,将作为被引用wsa:Metadata/@wsdli:wsdlLocation
。 - WStringSeqHelper - Class in org.omg.CORBA
-
一系列WStrings
- WStringSeqHelper() - Constructor for class org.omg.CORBA. WStringSeqHelper
- WStringSeqHolder - Class in org.omg.CORBA
-
一系列WStrings
- WStringSeqHolder() - Constructor for class org.omg.CORBA. WStringSeqHolder
- WStringSeqHolder(String[]) - Constructor for class org.omg.CORBA. WStringSeqHolder
- WStringValueHelper - Class in org.omg.CORBA
-
org / omg / CORBA / WStringValueHelper.java由IDL到Java编译器(便携式)生成,从orb.idl版本“3.0”1999年5月31日22:27:30 GMT + 00:00类定义被修改,以符合以下OMG规范:ORB芯由CORBA 2.3.1所定义( formal/99-10-07 )IDL / Java语言映射中定义 ptc/00-01-08
- WStringValueHelper() - Constructor for class org.omg.CORBA. WStringValueHelper