public class UniqueNameGenerator extends Object
| Constructor and Description |
|---|
UniqueNameGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
findGeneratedName(String name,
com.google.common.collect.ImmutableList<String> names) |
String |
getNextName(String name) |
int |
getNextNumber() |
Copyright © 2009-2016 Google. All Rights Reserved.