net.neoremind.dynamicproxy.util
类 Entity<T extends Entity<T>>

java.lang.Object
  继承者 net.neoremind.dynamicproxy.util.Entity<T>
所有已实现的接口:
Serializable
直接已知子类:
KeyAndValue

public abstract class Entity<T extends Entity<T>>
extends Object
implements Serializable

作者:
zhangxu
另请参见:
序列化表格

构造方法摘要
Entity()
           
 
方法摘要
 boolean equals(Object obj)
           
 int hashCode()
           
protected abstract  Object hashKey()
           
protected abstract  boolean isEquals(T var1)
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Entity

public Entity()
方法详细信息

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals

isEquals

protected abstract boolean isEquals(T var1)

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

hashKey

protected abstract Object hashKey()


Copyright © 2016 neoremind. All rights reserved.