E - the type of the archive entries.@NotThreadSafe public class FsArchiveFileSystem<E extends FsArchiveEntry> extends Object implements Iterable<FsCovariantEntry<E>>
| Modifier and Type | Field and Description |
|---|---|
static int |
OVERHEAD_SIZE
The number of entries which can be additionally accomodated by
the internal hash map without resizing it, which is 47.
|
public static final int OVERHEAD_SIZE
Maps.initialCapacity(int),
Constant Field Valuespublic Iterator<FsCovariantEntry<E>> iterator()
iterator in interface Iterable<FsCovariantEntry<E extends FsArchiveEntry>>Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.