| Package | Description |
|---|---|
| com.twelvemonkeys.imageio.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntry
AbstractEntry
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
Directory.getEntryByFieldName(String fieldName) |
Entry |
AbstractDirectory.getEntryByFieldName(String fieldName) |
Entry |
AbstractCompoundDirectory.getEntryByFieldName(String fieldName) |
Entry |
Directory.getEntryById(Object identifier) |
Entry |
AbstractDirectory.getEntryById(Object identifier) |
Entry |
AbstractCompoundDirectory.getEntryById(Object identifier) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Entry> |
AbstractDirectory.iterator() |
Iterator<Entry> |
AbstractCompoundDirectory.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Directory.add(Entry entry) |
boolean |
AbstractDirectory.add(Entry entry) |
boolean |
AbstractCompoundDirectory.add(Entry entry) |
| Constructor and Description |
|---|
AbstractDirectory(Collection<? extends Entry> entries) |
Copyright © 2014. All Rights Reserved.