rs.sol.soloist.server.guiconfiguration.layout
Class TableLayoutData.HashFunction<T extends TableLayoutData>

java.lang.Object
  extended by rs.sol.soloist.server.guiconfiguration.layout.LayoutData.HashFunction<T>
      extended by rs.sol.soloist.server.guiconfiguration.layout.CellLayoutData.HashFunction<T>
          extended by rs.sol.soloist.server.guiconfiguration.layout.TableLayoutData.HashFunction<T>
All Implemented Interfaces:
rs.sol.soloist.server.javaimpl.utils.HashFunction<T>
Enclosing class:
TableLayoutData

Deprecated. Not for public use.

@Deprecated
public static class TableLayoutData.HashFunction<T extends TableLayoutData>
extends CellLayoutData.HashFunction<T>


Constructor Summary
TableLayoutData.HashFunction()
          Deprecated.  
 
Method Summary
 int hashCode(T instance)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableLayoutData.HashFunction

public TableLayoutData.HashFunction()
Deprecated. 
Method Detail

hashCode

public int hashCode(T instance)
Deprecated. 
Specified by:
hashCode in interface rs.sol.soloist.server.javaimpl.utils.HashFunction<T extends TableLayoutData>
Overrides:
hashCode in class CellLayoutData.HashFunction<T extends TableLayoutData>