|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectoryEntry | |
|---|---|
| org.encog.persist | |
| Uses of DirectoryEntry in org.encog.persist |
|---|
| Methods in org.encog.persist that return types with arguments of type DirectoryEntry | |
|---|---|
Set<DirectoryEntry> |
PersistReader.buildDirectory()
Build a directory entry list for the file. |
Collection<DirectoryEntry> |
EncogPersistedCollection.getDirectory()
|
List<DirectoryEntry> |
EncogMemoryCollection.getDirectory()
|
Collection<DirectoryEntry> |
EncogCollection.getDirectory()
|
| Methods in org.encog.persist with parameters of type DirectoryEntry | |
|---|---|
int |
DirectoryEntry.compareTo(DirectoryEntry other)
|
void |
EncogPersistedCollection.delete(DirectoryEntry d)
Delete the specified object, use a directory entry. |
void |
EncogMemoryCollection.delete(DirectoryEntry object)
Delete an object from the collection. |
void |
EncogCollection.delete(DirectoryEntry object)
Delete an object from the collection. |
EncogPersistedObject |
EncogPersistedCollection.find(DirectoryEntry d)
Find the specified object, using a DirectoryEntry. |
EncogPersistedObject |
EncogMemoryCollection.find(DirectoryEntry entry)
Find the object that corresponds to the specified directory entry, return null, if not found. |
EncogPersistedObject |
EncogCollection.find(DirectoryEntry entry)
Find the object that corresponds to the specified directory entry, return null, if not found. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||