E - The type of the archive entries.private static final class FsArchiveFileSystem.EntryTable<E extends FsArchiveEntry> extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<String,FsCovariantEntry<E>> |
map
The map of covariant file system entries.
|
| Constructor and Description |
|---|
FsArchiveFileSystem.EntryTable(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
(package private) FsCovariantEntry<E> |
add(String path,
E ae) |
(package private) FsCovariantEntry<E> |
get(String path) |
(package private) int |
getSize() |
(package private) Iterator<FsCovariantEntry<E>> |
iterator() |
(package private) FsCovariantEntry<E> |
remove(String path) |
final Map<String,FsCovariantEntry<E extends FsArchiveEntry>> map
Note that the archive entries in the covariant file system entries
in this map are shared with the EntryContainer object
provided to the constructor of this class.
FsArchiveFileSystem.EntryTable(int initialCapacity)
int getSize()
Iterator<FsCovariantEntry<E>> iterator()
FsCovariantEntry<E> add(String path, E ae)
@Nullable FsCovariantEntry<E> get(String path)
@Nullable FsCovariantEntry<E> remove(String path)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.