Class Entry<T>

java.lang.Object
com.sshtools.common.util.Entry<T>
Direct Known Subclasses:
BlankLineEntry, CommentEntry

public abstract class Entry<T> extends Object
  • Field Details

    • value

      protected T value
  • Constructor Details

    • Entry

      protected Entry(T value)
  • Method Details