Modifier and Type | Method and Description |
---|---|
boolean |
add(Entry entry) |
boolean |
equals(Object pOther) |
Entry |
getEntryByFieldName(String fieldName) |
Entry |
getEntryById(Object identifier) |
int |
hashCode() |
boolean |
isReadOnly()
This implementation returns
true . |
Iterator<Entry> |
iterator() |
boolean |
remove(Object entry) |
int |
size() |
String |
toString() |
public Entry getEntryById(Object identifier)
getEntryById
in interface Directory
public Entry getEntryByFieldName(String fieldName)
getEntryByFieldName
in interface Directory
public boolean isReadOnly()
true
.
Subclasses should override this method, if the directory is mutable.isReadOnly
in interface Directory
true
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"