public class BrowseEntry extends Object implements Comparable<BrowseEntry>
| Modifier and Type | Field and Description |
|---|---|
String |
displayValue |
long |
size |
String |
value |
| Constructor and Description |
|---|
BrowseEntry(String value,
long size) |
BrowseEntry(String value,
String displayValue,
long size) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BrowseEntry bv) |
String |
getDisplayValue() |
long |
getSize() |
String |
getValue() |
public final String value
public final String displayValue
public final long size
public BrowseEntry(String value, long size)
public String getValue()
public String getDisplayValue()
public long getSize()
public int compareTo(BrowseEntry bv)
compareTo in interface Comparable<BrowseEntry>Copyright © 2025. All rights reserved.