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
org.cadixdev.lorenz.util
Interface Reversible<T,P>
Type Parameters:
T
- The type of the reversible object
P
- The type of the parent object
All Known Subinterfaces:
ClassMapping
<M,P>,
FieldMapping
,
InnerClassMapping
,
Mapping
<M,P>,
MappingSet
,
MemberMapping
<M,P>,
MethodMapping
,
MethodParameterMapping
,
TopLevelClassMapping
All Known Implementing Classes:
AbstractClassMappingImpl
,
AbstractMappingImpl
,
AbstractMemberMappingImpl
,
FieldMappingImpl
,
InnerClassMappingImpl
,
MappingSetImpl
,
MethodMappingImpl
,
MethodParameterMappingImpl
,
TopLevelClassMappingImpl
public interface
Reversible<T,P>
Interface for describing an object that can be reversed.
Since:
0.5.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
reverse
(
P
parent)
Produces a new object that is a reverse copy of the original.
Method Detail
reverse
T
reverse(
P
parent)
Produces a new object that is a reverse copy of the original.
Parameters:
parent
- The parent object
Returns:
The reversed object
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