Package | Description |
---|---|
com.hp.util.ip |
A set of classes representing data values in the network management domain.
|
Modifier and Type | Method and Description |
---|---|
static AlphaNumericName |
AlphaNumericName.ann(String s)
Convenience method that simply delegates to
valueOf(String) . |
static AlphaNumericName |
AlphaNumericName.valueOf(String s)
Returns an object representing the value of the specified alpha-numeric
name.
|
Modifier and Type | Method and Description |
---|---|
int |
AlphaNumericName.compareTo(AlphaNumericName other)
Overridden to (a) ignore case, and (b) take embedded numbers into
account.
|
Copyright © 2015. All Rights Reserved.