List of usage examples for org.eclipse.jface.util Util hashCode
@Deprecated public static int hashCode(final Object[] objects)
null. From source file:org.erlide.ui.util.ETreeNode.java
License:Open Source License
@Override public int hashCode() { return Util.hashCode(value); }