Liking cljdoc? Tell your friends :D

javax.sound.sampled.Control$Type

An instance of the Type class represents the type of the control. Static instances are provided for the common types.

An instance of the Type class represents the type of
the control.  Static instances are provided for the
common types.
raw docstring

equalsclj

(equals this obj)

Finalizes the equals method

obj - the reference object with which to compare. - java.lang.Object

returns: true if this object is the same as the obj argument; false otherwise. - boolean

Finalizes the equals method

obj - the reference object with which to compare. - `java.lang.Object`

returns: true if this object is the same as the obj
          argument; false otherwise. - `boolean`
raw docstring

hash-codeclj

(hash-code this)

Finalizes the hashCode method

returns: a hash code value for this object. - int

Finalizes the hashCode method

returns: a hash code value for this object. - `int`
raw docstring

to-stringclj

(to-string this)

Provides the String representation of the control type. This String is the same name that was passed to the constructor.

returns: the control type name - java.lang.String

Provides the String representation of the control type.  This String is
 the same name that was passed to the constructor.

returns: the control type name - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close