Class PackDirectory.PackList

  • Enclosing class:
    PackDirectory

    static final class PackDirectory.PackList
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Pack[] packs
      All known packs, sorted by Pack.SORT.
      (package private) FileSnapshot snapshot
      State just before reading the pack directory.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • snapshot

        final FileSnapshot snapshot
        State just before reading the pack directory.
      • packs

        final Pack[] packs
        All known packs, sorted by Pack.SORT.