Stay organized with collections
Save and categorize content based on your preferences.
MutableChar
class MutableChar
Summary
Public constructors
MutableChar
MutableChar(value: Char)
Properties
value
var value: Char
Deprecated: Deprecated in Java.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# MutableChar\n\nAdded in [API level 21](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nDeprecated in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nMutableChar\n===========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/util/MutableChar \"View this page in Java\") \n\n```\nclass MutableChar\n```\n\n|---|-------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.util.MutableChar](#) |\n\n*** ** * ** ***\n\n| **This class was deprecated in API level 28.**\n|\n| This class will be removed from a future version of the Android API.\n\nSummary\n-------\n\n| Public constructors ||\n|--------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [MutableChar](#MutableChar(kotlin.Char))`(`value:` `[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)`)` \u003cbr /\u003e |\n\n| Properties ||\n|------------------------------------------------------------------------------|------------------------------------|\n| [Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html) | [value](#value:kotlin.Char) \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### MutableChar\n\nAdded in [API level 21](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nMutableChar(value: Char)\n```\n\nProperties\n----------\n\n### value\n\nAdded in [API level 21](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar value: Char\n```\n\n**Deprecated:** *Deprecated in Java.*"]]