protected static final class IndexedDiskCache.PositionComparator extends Object implements Comparator<IndexedDiskElementDescriptor>, Serializable
Modifier | Constructor and Description |
---|---|
protected |
IndexedDiskCache.PositionComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(IndexedDiskElementDescriptor ded1,
IndexedDiskElementDescriptor ded2)
Compares two descriptors based on position.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
protected IndexedDiskCache.PositionComparator()
public int compare(IndexedDiskElementDescriptor ded1, IndexedDiskElementDescriptor ded2)
compare
in interface Comparator<IndexedDiskElementDescriptor>
Comparator.compare(java.lang.Object, java.lang.Object)
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.