public class DiskItem extends Object implements Comparable<DiskItem>
| Constructor and Description |
|---|
DiskItem(String displayName,
File path,
Long usage) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DiskItem o) |
boolean |
equals(Object o) |
String |
getDisplayName() |
File |
getPath() |
Long |
getUsage() |
int |
hashCode() |
Copyright © 2016–2020. All rights reserved.