copy method

Entry copy()

Implementation

Entry copy() {
  Entry e = new Entry();
  e.init(this);
  return e;
}