TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.fs.archive
Class FsArchiveFileSystem.ZipOrTarEntryTable<E extends FsArchiveEntry>

java.lang.Object
  extended by de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.MasterEntryTable<E>
      extended by de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.ZipOrTarEntryTable<E>
Enclosing class:
FsArchiveFileSystem<E extends FsArchiveEntry>

private static final class FsArchiveFileSystem.ZipOrTarEntryTable<E extends FsArchiveEntry>
extends FsArchiveFileSystem.MasterEntryTable<E>


Field Summary
 
Fields inherited from class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.MasterEntryTable
table
 
Constructor Summary
FsArchiveFileSystem.ZipOrTarEntryTable(int initialCapacity)
           
 
Method Summary
(package private)  void add(FsArchiveFileSystemEntry<E> entry)
           
(package private)  FsArchiveFileSystemEntry<E> get(FsEntryName name, Entry.Type type)
           
(package private)  void remove(FsEntryName name, Entry.Type type)
           
 
Methods inherited from class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.MasterEntryTable
getSize, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FsArchiveFileSystem.ZipOrTarEntryTable

FsArchiveFileSystem.ZipOrTarEntryTable(int initialCapacity)
Method Detail

add

void add(FsArchiveFileSystemEntry<E> entry)
Specified by:
add in class FsArchiveFileSystem.MasterEntryTable<E extends FsArchiveEntry>

get

FsArchiveFileSystemEntry<E> get(FsEntryName name,
                                Entry.Type type)
Specified by:
get in class FsArchiveFileSystem.MasterEntryTable<E extends FsArchiveEntry>

remove

void remove(FsEntryName name,
            Entry.Type type)
Specified by:
remove in class FsArchiveFileSystem.MasterEntryTable<E extends FsArchiveEntry>

TrueZIP Kernel 7.0-rc2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.