static class InefficientStringBuffering.ISBUserValue
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private InefficientStringBuffering.AppendType |
appendType |
private boolean |
hasResolvedString |
| Constructor and Description |
|---|
ISBUserValue(InefficientStringBuffering.AppendType appType) |
ISBUserValue(InefficientStringBuffering.AppendType appType,
boolean resolved) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
InefficientStringBuffering.AppendType |
getAppendType() |
int |
hashCode() |
boolean |
hasResolvedString() |
java.lang.String |
toString() |
private InefficientStringBuffering.AppendType appendType
private boolean hasResolvedString
public ISBUserValue(InefficientStringBuffering.AppendType appType)
public ISBUserValue(InefficientStringBuffering.AppendType appType, boolean resolved)
public InefficientStringBuffering.AppendType getAppendType()
public boolean hasResolvedString()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.