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

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

Deprecated. Not for public use.

@Deprecated
public static class LayoutData.HashFunction<T extends LayoutData>
extends java.lang.Object
implements rs.sol.soloist.server.javaimpl.utils.HashFunction<T>


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

LayoutData.HashFunction

public LayoutData.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 LayoutData>