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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitsupport, validatorcompareToprotected CachingDerivedString()
protected CachingDerivedString(String str)
public final String toCanonicalString()
CanonicalValueprotected abstract String computeCanonicalString()
Copyright © 2019 OpenDaylight. All rights reserved.