CompoundDirectory
AbstractCompoundDirectory
, AbstractDirectory
, IFD
public interface Directory extends Iterable<Entry>
Modifier and Type | Method | Description |
---|---|---|
boolean |
add(Entry entry) |
|
Entry |
getEntryByFieldName(String fieldName) |
|
Entry |
getEntryById(Object identifier) |
|
boolean |
isReadOnly() |
|
boolean |
remove(Object entry) |
|
int |
size() |
forEach, iterator, spliterator
Copyright © 2018. All rights reserved.