ru.biosoft.access
Class FileEntryCollection2
ru.biosoft.access.DataElementSupport
|
+--ru.biosoft.access.AbstractDataCollection
|
+--ru.biosoft.access.EntryCollection
|
+--ru.biosoft.access.FileEntryCollection2
- public class FileEntryCollection2
- extends EntryCollection
- todo Document!!!, Algorithm for select index implementation.
| Methods inherited from class ru.biosoft.access.AbstractDataCollection |
addDataCollectionListener, contains, get, getCompleteName, getDescription, getInfo, isNotificationEnabled, isPropagationEnabled, propagateElementChanged, propagateElementWillChange, put, release, remove, removeDataCollectionListener, setNotificationEnabled, setPropagationEnabled, toString |
BUFFER_SIZE
public final static int BUFFER_SIZE
- todo Document
MAX_ENTRY_STR_SIZE
public final static int MAX_ENTRY_STR_SIZE
- todo Document
FileEntryCollection2
public FileEntryCollection2(DataCollection parent, Properties properties)
throws java.lang.Exception
- todo Comment, Fill used files!!!
close
public void close()
throws java.lang.Exception
- Close data collection.
Release all resources (data file and index file).
After call this method collection is invalid and any other methods may throw exceptions.
- Throws:
- Exception - If error occured.
contains
public boolean contains(String name)
- todo Document
getInternalNameList
public List getInternalNameList()
getNameList
public List getNameList()
getSize
public int getSize()
- todo Document
isMutable
public boolean isMutable()
- Determine is this collection mutable (writable).
- Returns: Always return TRUE.
iterator
public Iterator iterator()
- todo Document
to Class ru.biosoft.access.Index- Index
to Class java.util.List
- Unmodifiable synchronized name list.
to Class java.io.File
- Name of data file
to Class java.io.RandomAccessFile
- Data file
to Class java.lang.String
- todo Document
to Class java.lang.String
- todo Document
to Class java.lang.String
- String by wich any entry is finished.
Default value is:
"//" .
to Class java.lang.String
- todo Document
BOTTOM