ca.odell.glazedlists.io
Class FileList
- EventListener, EventList<E>, List, ListEventListener<E>
public final class FileList
An
EventList that is persisted to disk.
Warning: This
class is a technology preview and is subject to API changes.
| EventList Overview |
| Writable: | yes |
| Concurrency: | Requires ReadWriteLock for every access, even for single-threaded use |
| Performance: | N/A |
| Memory: | O(N) |
| Unit Tests: | N/A |
| Issues: | N/A |
add, addAll, clear, dispose, get, getSourceIndex, isWritable, listChanged, remove, removeAll, retainAll, set, size |
T[] toArray, add, add, addAll, addAll, addListEventListener, clear, contains, containsAll, equals, get, getPublisher, getReadWriteLock, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeListEventListener, retainAll, set, size, subList, toArray, toString |
FileList
public FileList(File file,
ByteCoder byteCoder)
throws IOException Create a
FileList that stores its data in the specified file.
close
public void close()
Closes this FileList so that it consumes no disc resources. The list may
continue to be read until it is
disposed.
listChanged
public void listChanged(ListEvent<E> listChanges)
Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2007-12-21 23:49