|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FormattedDisk.DiskUsage
Use this inner interface for managing the disk usage data. This offloads format-specific implementation to the implementing class. The usage is very similar to a Java2 Iterator - next must be called to set the value and isFree/isUsed are available for that location.
Method Summary | |
---|---|
boolean |
hasNext()
|
boolean |
isFree()
|
boolean |
isUsed()
|
void |
next()
|
Method Detail |
---|
boolean hasNext()
void next()
boolean isFree()
boolean isUsed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |