org.drools.util
Class AbstractCodedHierarchyImpl.HierCodeComparator
java.lang.Object
org.drools.util.AbstractCodedHierarchyImpl.HierCodeComparator
- All Implemented Interfaces:
- Externalizable, Serializable, Comparator<BitSet>
- Enclosing class:
- AbstractCodedHierarchyImpl<T>
protected static class AbstractCodedHierarchyImpl.HierCodeComparator
- extends Object
- implements Comparator<BitSet>, Externalizable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCodedHierarchyImpl.HierCodeComparator
public AbstractCodedHierarchyImpl.HierCodeComparator()
compare
public int compare(BitSet bitMask,
BitSet yset)
- Specified by:
compare in interface Comparator<BitSet>
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput objectInput)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.