public class JavaStyle extends Object
| Constructor and Description |
|---|
JavaStyle() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toLowerCamelCase(String s) |
static String |
toUpperCamelCase(String s) |
static String |
toUpperSnakeCase(String s) |
Copyright © 2022 Google LLC. All rights reserved.