private static class WindowCache.Ref extends java.lang.ref.SoftReference<ByteWindow>
Modifier and Type | Field and Description |
---|---|
(package private) long |
lastAccess |
(package private) PackFile |
pack |
(package private) long |
position |
(package private) int |
size |
Modifier | Constructor and Description |
---|---|
protected |
Ref(PackFile pack,
long position,
ByteWindow v,
java.lang.ref.ReferenceQueue<ByteWindow> queue) |
final PackFile pack
final long position
final int size
long lastAccess
protected Ref(PackFile pack, long position, ByteWindow v, java.lang.ref.ReferenceQueue<ByteWindow> queue)