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.