JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
horstmann.ch10_visitor
Interface FileSystemNode
All Known Implementing Classes:
DirectoryNode
,
FileNode
public interface
FileSystemNode
The common interface for file and directory nodes.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
accept
(
FileSystemVisitor
v)
Method Detail
accept
void
accept
(
FileSystemVisitor
v)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method