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