Package org.openjdk.jol.operations
Class StringCompress
- java.lang.Object
-
- org.openjdk.jol.operations.StringCompress
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StringCompress.Worker
-
Field Summary
Fields Modifier and Type Field Description (package private) static DataModel[]
DATA_MODELS
(package private) static java.lang.String
DO_MODE
-
Constructor Summary
Constructors Constructor Description StringCompress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
description()
java.lang.String
label()
void
run(java.lang.String... args)
-
-
-
Field Detail
-
DO_MODE
static final java.lang.String DO_MODE
-
DATA_MODELS
static final DataModel[] DATA_MODELS
-
-
Method Detail
-
description
public java.lang.String description()
- Specified by:
description
in interfaceOperation
-
-