public final class FieldData
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
is equal ?
|
java.lang.Object |
getValue() |
int |
hashCode()
The hash code to use
|
boolean |
isCompressed()
Is this data compressed
|
static FieldData |
makeCompressed(java.lang.String text) |
public boolean isCompressed()
@CheckReturnValue public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- object to check@CheckReturnValue public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object getValue()
public static FieldData makeCompressed(java.lang.String text)
text
- the textstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.