软件包 | 描述 |
---|---|
java.awt.datatransfer |
提供用于在应用程序中的数据之间传输数据的接口和类。
|
java.lang |
提供对java编程语言的设计基础课。
|
java.rmi.server |
支持RMI服务器端提供的类和接口。
|
java.security |
为安全框架提供类和接口。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
javax.crypto |
提供加密操作的类和接口。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
javax.swing.tree |
处理
javax.swing.JTree 提供类和接口。
|
Modifier and Type | Method and Description |
---|---|
Object |
DataFlavor.clone()
返回该
DataFlavor 克隆。
|
Modifier and Type | Method and Description |
---|---|
protected Object |
Object.clone()
创建并返回此对象的副本。
|
protected Object |
Enum.clone()
把clonenotsupportedexception。
|
protected Object |
Thread.clone()
把clonenotsupportedexception作为一个线程不能有意义地克隆。
|
Modifier and Type | Class and Description |
---|---|
class |
ServerCloneException
一个
ServerCloneException 是如果一个
UnicastRemoteObject 克隆过程中发生远程异常。
|
Modifier and Type | Method and Description |
---|---|
Object |
UnicastRemoteObject.clone()
返回与原始的远程对象的克隆。
|
Modifier and Type | Method and Description |
---|---|
Object |
Signature.clone()
返回一个克隆如果实现Cloneable。
|
Object |
SignatureSpi.clone()
返回一个克隆如果实现Cloneable。
|
Object |
MessageDigest.clone()
返回一个克隆如果实现Cloneable。
|
Object |
MessageDigestSpi.clone()
返回一个克隆如果实现Cloneable。
|
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractMap.clone()
返回该
AbstractMap实例浅拷贝:键和值本身不是克隆。
|
Modifier and Type | Method and Description |
---|---|
Object |
MacSpi.clone()
返回一个克隆如果实现Cloneable。
|
Object |
Mac.clone()
返回一个克隆如果提供者实现Cloneable。
|
Modifier and Type | Method and Description |
---|---|
protected Object |
JFormattedTextField.AbstractFormatter.clone()
克隆
AbstractFormatter 。
|
protected Object |
AbstractAction.clone()
克隆抽象行动。
|
Object |
DefaultListSelectionModel.clone()
返回此选择模型的一个克隆,选择相同的选择。
|
Modifier and Type | Method and Description |
---|---|
Object |
DefaultFormatter.clone()
创建一个副本的defaultformatter。
|
Object |
InternationalFormatter.clone()
创建一个副本的defaultformatter。
|
Modifier and Type | Method and Description |
---|---|
Object |
DefaultTreeSelectionModel.clone()
返回此对象的克隆与相同的选择。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.