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

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>
All Implemented Interfaces:
rs.sol.soloist.server.javaimpl.utils.HashFunction<T>
Direct Known Subclasses:
TableLayoutData.HashFunction
Enclosing class:
CellLayoutData

Deprecated. Not for public use.

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


Constructor Summary
CellLayoutData.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

CellLayoutData.HashFunction

public CellLayoutData.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 CellLayoutData>
Overrides:
hashCode in class LayoutData.HashFunction<T extends CellLayoutData>