T
- derived string type@Beta @NonNullByDefault public abstract class CachingDerivedString<T extends CachingDerivedString<T>> extends DerivedString<T>
DerivedString
. Canonical name is cached at first encounter.Modifier | Constructor and Description |
---|---|
protected |
CachingDerivedString() |
protected |
CachingDerivedString(String str) |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
computeCanonicalString()
Return the canonical string representation of this object's value.
|
String |
toCanonicalString()
Return the canonical string representation of this value.
|
equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
support, validator
compareTo
protected CachingDerivedString()
protected CachingDerivedString(String str)
public final String toCanonicalString()
CanonicalValue
protected abstract String computeCanonicalString()
Copyright © 2019 OpenDaylight. All rights reserved.