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() |
void |
setAppendType(InefficientStringBuffering.AppendType type) |
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 void setAppendType(InefficientStringBuffering.AppendType type)
public boolean hasResolvedString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2019 MeBigFatGuy.com. All Rights Reserved.