org.omnaest.utils.structure.element
Class ElementWrapper<E>

java.lang.Object
  extended by 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

Field Summary
protected  E element
           
 
Constructor Summary
ElementWrapper(E element)
           
 
Method Summary
 E getElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected E element
Constructor Detail

ElementWrapper

public ElementWrapper(E element)
Parameters:
element -
Method Detail

getElement

public E getElement()
Returns:
the element


Copyright © 2011. All Rights Reserved.