public interface Directory extends Iterable<Entry>
Modifier and Type | Method and Description |
---|---|
boolean |
add(Entry entry) |
Entry |
getEntryByFieldName(String fieldName) |
Entry |
getEntryById(Object identifier) |
boolean |
isReadOnly() |
boolean |
remove(Object entry) |
int |
size() |
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"