Class ArchiveCandidate<E>

  • All Implemented Interfaces:
    Comparable<ArchiveCandidate<E>>

    public class ArchiveCandidate<E>
    extends Object
    implements Comparable<ArchiveCandidate<E>>
    A to-be-archived entity. Note that the ordering imposed by the Comparable implementation is not consistent with equals, and serves only to order instances by their creation timestamp.
    • Constructor Detail

      • ArchiveCandidate

        public ArchiveCandidate​(E element)