public interface Mergeable<T>
void
merge(T other)
Merge values from other object.
boolean
same(T other)
Compare object with other.
void merge(T other)
other
boolean same(T other)
Compare object with other. For example, JSF component with same type or class is the same component.
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.