protected static class AbstractBitwiseHierarchyImpl.HierCodeComparator extends Object implements Comparator<BitSet>, Externalizable
Constructor and Description |
---|
HierCodeComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(BitSet bitMask,
BitSet yset) |
void |
readExternal(ObjectInput objectInput) |
void |
writeExternal(ObjectOutput objectOutput) |
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 int compare(BitSet bitMask, BitSet yset)
compare
in interface Comparator<BitSet>
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput objectInput) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.