public final class StringValue extends Object implements org.apache.jackrabbit.oak.cache.CacheValue
| Constructor and Description |
|---|
StringValue(@NotNull String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
boolean |
equals(Object obj) |
static StringValue |
fromString(String value) |
int |
getMemory() |
static int |
getMemory(@NotNull String s) |
int |
hashCode() |
String |
toString() |
public StringValue(@NotNull
@NotNull String value)
public int getMemory()
getMemory in interface org.apache.jackrabbit.oak.cache.CacheValuepublic static int getMemory(@NotNull
@NotNull String s)
public String asString()
public static StringValue fromString(String value)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.