
Public Member Functions | |
| boolean | containsDirectory (Class type) |
| Directory | getDirectory (Class type) |
| int | getDirectoryCount () |
| Iterator | getDirectoryIterator () |
| Metadata () | |
Private Attributes | |
| final ArrayList | directoryList |
| final HashMap | directoryMap |
| boolean containsDirectory | ( | Class | type | ) |
Indicates whether a given directory type has been created in this metadata repository. Directories are created by calling getDirectory(Class).
| type | the Directory type |
| Directory getDirectory | ( | Class | type | ) |
| type |
| int getDirectoryCount | ( | ) |
| Iterator getDirectoryIterator | ( | ) |
Creates an Iterator over the tag types set against this image, preserving the order in which they were set. Should the same tag have been set more than once, it's first position is maintained, even though the final value is used.
final ArrayList directoryList [private] |
List of Directory objects set against this object. Keeping a list handy makes creation of an Iterator and counting tags simple.
final HashMap directoryMap [private] |
1.5.8