copy method

FeatureEntry copy()
override

Implementation

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