public class StringPool
extends Object
Modifier and Type | Method and Description |
---|---|
static StringPool |
concurrentPool()
Create a new thread safe StringPool
|
static StringPool |
singleThreadedPool()
Create a new StringPool that should be only used by a single thread.
|
String |
uniquifyName(String tmpName) |
public static StringPool concurrentPool()
public static StringPool singleThreadedPool()
public String uniquifyName(String tmpName)