|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.sound.sampled.Line.Info
public static class Line.Info
An object of this type holds information about a Line.
Constructor Summary | |
---|---|
Line.Info(Class<?> klass)
Create a new Info object. |
Method Summary | |
---|---|
Class<?> |
getLineClass()
Return the line's class. |
boolean |
matches(Line.Info other)
Return true if this Info object matches the given object. |
String |
toString()
Return a description of this Info object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Line.Info(Class<?> klass)
klass
- the class of the lineMethod Detail |
---|
public Class<?> getLineClass()
public boolean matches(Line.Info other)
other
- the object to match
public String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |