org.omnaest.utils.structure.element
Class ElementWrapper<E>
java.lang.Object
org.omnaest.utils.structure.element.ElementWrapper<E>
- Type Parameters:
E -
- Direct Known Subclasses:
- ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode
public abstract class ElementWrapper<E>
- extends Object
Simple predefined ElementWrapper around an arbitrary element
- Author:
- Omnaest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element
protected E element
ElementWrapper
public ElementWrapper(E element)
- Parameters:
element -
getElement
public E getElement()
- Returns:
- the element
Copyright © 2011. All Rights Reserved.