JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.alee.api
Interface Mergeable<T extends Mergeable>
Type Parameters:
T
- object type
public interface
Mergeable<T extends Mergeable>
This interface is an indicator of the fact that this class instances can be merged with each other. Result of this merge will be one of those instances with values merged with values from another instance.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
merge
(
T
object)
Performs merge of this object with another object of the same type.
Method Detail
merge
T
merge(
T
object)
Performs merge of this object with another object of the same type. Returns this object as a result of the performed merge.
Parameters:
object
- object to merge into this one
Returns:
this object as a result of the performed merge
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method