public class StringKeyObjectValueEntry extends Object
Constructor and Description |
---|
StringKeyObjectValueEntry() |
StringKeyObjectValueEntry(Map.Entry<String,Object> entry) |
StringKeyObjectValueEntry(String key,
String className,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
String |
getClassName() |
String |
getKey() |
void |
setClassName(String className) |
void |
setKey(String key) |
void |
setValue(byte[] value) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.