Class Charset
java.lang.Object
java.nio.charset.Charset
- All Implemented Interfaces:
Comparable<Charset>
Added this for Kotlin
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Charset
-
-
Method Details
-
compareTo
Description copied from interface:ComparableCompares this object to the specified object to determine their relative order.
Parameters
another: the object to compare to this instance.
Returns
- Specified by:
compareToin interfaceComparable<Charset>- Returns:
a negative integer if this instance is less than
another; a positive integer if this instance is greater thananother; 0 if this instance has the same order asanother.Throws
ClassCastException: @throws ClassCastException ifanothercannot be converted into something comparable tothisinstance.
-
displayName
-
forName
-