public static class FileObject.Version extends Object implements Comparable<FileObject.Version>
Modifier and Type | Field and Description |
---|---|
String |
checksum |
String |
filename |
long |
timestamp |
long |
timestampObsolete |
Constructor and Description |
---|
Version(FileObject.Version other) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(FileObject.Version other) |
boolean |
equals(FileObject.Version other) |
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
public String checksum
public long timestamp
public long timestampObsolete
public String filename
public Version(FileObject.Version other)
public int compareTo(FileObject.Version other)
compareTo
in interface Comparable<FileObject.Version>
public boolean equals(FileObject.Version other)
Copyright © 2014–2022 ImageJ. All rights reserved.