public static final class Persist.PersistEntry extends java.lang.Object implements java.lang.Comparable<Persist.PersistEntry>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
_name |
long |
_size |
long |
_timestamp_millis |
Constructor and Description |
---|
PersistEntry(java.lang.String name,
long size,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Persist.PersistEntry persistEntry) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final java.lang.String _name
public final long _size
public final long _timestamp_millis
public PersistEntry(java.lang.String name, long size, long timestamp)
public int compareTo(Persist.PersistEntry persistEntry)
compareTo
in interface java.lang.Comparable<Persist.PersistEntry>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object