public class SimpleRecord extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SimpleRecord.NameValue |
Modifier and Type | Field and Description |
---|---|
static int |
TAB_SIZE |
Constructor and Description |
---|
SimpleRecord() |
Modifier and Type | Method and Description |
---|---|
void |
add(String name,
Object value) |
List<SimpleRecord.NameValue> |
getValues() |
void |
prettyPrint() |
void |
prettyPrint(PrintWriter out) |
void |
prettyPrint(PrintWriter out,
int depth) |
String |
toString() |
public static final int TAB_SIZE
public List<SimpleRecord.NameValue> getValues()
public void prettyPrint()
public void prettyPrint(PrintWriter out)
public void prettyPrint(PrintWriter out, int depth)
Copyright © 2015. All rights reserved.