public class History extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_ITEM_COUNT |
static int |
MAX_LABEL_LENGTH |
Modifier and Type | Method and Description |
---|---|
static String |
abbreviatePath(String path,
int limitLength) |
boolean |
equals(Object obj) |
History |
getFirstChild() |
int |
hashCode() |
History |
put(String childPath) |
void |
remove(String childPath) |
String |
toString() |
public static final int MAX_ITEM_COUNT
public static final int MAX_LABEL_LENGTH
public History(String path)
Copyright © 2009–2020 Waarp. All rights reserved.