public class MakeUniqueClassName extends Object
| Constructor and Description |
|---|
MakeUniqueClassName() |
| Modifier and Type | Method and Description |
|---|---|
static String |
makeUnique(String className)
When the class name is not unique we will use two underscore '__' and a digit representing the number of time
this class was found
|
Copyright © 2019. All rights reserved.