public class DepthConflictResolver extends Object implements ConflictResolver, Externalizable
Modifier and Type | Field and Description |
---|---|
static DepthConflictResolver |
INSTANCE |
Constructor and Description |
---|
DepthConflictResolver() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Activation existing,
Activation adding) |
static ConflictResolver |
getInstance() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final DepthConflictResolver INSTANCE
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public static ConflictResolver getInstance()
public final int compare(Activation existing, Activation adding)
compare
in interface Comparator<Activation>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.