| Package | Description |
|---|---|
| com.alkacon.simapi.CmykJpegReader |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntry
AbstractEntry
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
Directory.getEntryByFieldName(java.lang.String fieldName) |
Entry |
AbstractCompoundDirectory.getEntryByFieldName(java.lang.String fieldName) |
Entry |
AbstractDirectory.getEntryByFieldName(java.lang.String fieldName) |
Entry |
Directory.getEntryById(java.lang.Object identifier) |
Entry |
AbstractCompoundDirectory.getEntryById(java.lang.Object identifier) |
Entry |
AbstractDirectory.getEntryById(java.lang.Object identifier) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Entry> |
AbstractCompoundDirectory.iterator() |
java.util.Iterator<Entry> |
AbstractDirectory.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Directory.add(Entry entry) |
boolean |
AbstractCompoundDirectory.add(Entry entry) |
boolean |
AbstractDirectory.add(Entry entry) |
| Constructor and Description |
|---|
AbstractDirectory(java.util.Collection<? extends Entry> entries) |