@Deprecated public class UniqueName extends Object implements Comparable<UniqueName>
| Constructor and Description |
|---|
UniqueName(ConcurrentMap<String,Boolean> map,
String name,
Object... args)
Deprecated.
Constructs a new
UniqueName |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UniqueName other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
int |
id()
Deprecated.
Returns this
UniqueName's ID |
String |
name()
Deprecated.
Returns this
UniqueName's name |
String |
toString()
Deprecated.
|
protected void |
validateArgs(Object... args)
Deprecated.
Validates the given arguments.
|
public UniqueName(ConcurrentMap<String,Boolean> map, String name, Object... args)
UniqueNamemap - the map of names to compare withname - the name of this UniqueNameargs - the arguments to processprotected void validateArgs(Object... args)
args - arguments to validatepublic final String name()
UniqueName's namepublic final int id()
UniqueName's IDpublic int compareTo(UniqueName other)
compareTo in interface Comparable<UniqueName>Copyright © 2008–2014 The Netty Project. All rights reserved.