org.omnaest.utils.structure.table.concrete.predicates.internal.filter
Class ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode<E>

java.lang.Object
  extended by org.omnaest.utils.structure.element.ElementWrapper<Table.Stripe<E>>
      extended by org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode<E>
Type Parameters:
E -
Enclosing class:
ColumnHaveDistinctRows<E>

protected static class ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode<E>
extends ElementWrapper<Table.Stripe<E>>

ElementWrapper for a TableInternal.StripeData instance which redeclares equals and hashcode to use the TableInternal.StripeData.getCellElementList().

Author:
Omnaest

Field Summary
 
Fields inherited from class org.omnaest.utils.structure.element.ElementWrapper
element
 
Constructor Summary
ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode(Table.Stripe<E> stripeData)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class org.omnaest.utils.structure.element.ElementWrapper
getElement
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode

public ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode(Table.Stripe<E> stripeData)
Parameters:
stripeData -
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.