Exemple #1
0
 public EqualityKey(final InternalFactHandle handle, final int status) {
   super((DefaultFactHandle) handle);
   this.hashCode = handle.getObjectHashCode();
   this.status = status;
 }