public static class MidiDevice.Info extends Object
MidiDevice.Info
对象包含有关
MidiDevice
各种数据,包括其名称,创建它的公司和描述性文本。
Modifier | Constructor and Description |
---|---|
protected |
Info(String name, String vendor, String description, String version)
构造一个设备信息对象。
|
public final boolean equals(Object obj)
true
如果对象是相同的。
equals
在类别
Object
obj
- 用于比较此对象的引用对象
true
如果此对象与obj
参数相同;
false
否则
Object.hashCode()
, HashMap
public final int hashCode()
hashCode
在类别
Object
Object.equals(java.lang.Object)
,
System.identityHashCode(java.lang.Object)
public final String getName()
public final String getVendor()
public final String getDescription()
public final String getVersion()
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.