@Deprecated public class UniqueName extends Object implements Comparable<UniqueName>
Modifier | Constructor and Description |
---|---|
|
UniqueName(ConcurrentMap<String,Boolean> map,
String name,
Object... args)
Deprecated.
Constructs a new
UniqueName |
protected |
UniqueName(String name)
Deprecated.
|
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)
UniqueName
map
- the map of names to compare withname
- the name of this UniqueName
args
- the arguments to processprotected UniqueName(String name)
protected 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–2015 The Netty Project. All rights reserved.