T - the type of objects that this object may be merged withpublic interface Mergeable<T>
Mergeable interface indicates that it can be merged with an
other object of its type.| Modifier and Type | Method and Description |
|---|---|
T |
merge(T object)
Merge the given
object with this object. |
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.