org.omnaest.utils.structure.table
Interface Table.CellImmutable<E>

Type Parameters:
E -
All Known Subinterfaces:
Table.Cell<E>, TableInternal.CellInternal<E>
All Known Implementing Classes:
CellImpl
Enclosing interface:
Table<E>

public static interface Table.CellImmutable<E>

Author:
Omnaest
See Also:
Table.Cell

Method Summary
 E getElement()
          Returns the value of the Table.Cell
 boolean hasElement(E element)
          Returns true if the given element equals the current getElement()
 

Method Detail

getElement

E getElement()
Returns the value of the Table.Cell

Returns:

hasElement

boolean hasElement(E element)
Returns true if the given element equals the current getElement()

Parameters:
element -
Returns:


Copyright © 2011. All Rights Reserved.