Package org.iq80.leveldb.impl
Class VersionSet.Builder.FileMetaDataBySmallestKey
java.lang.Object
org.iq80.leveldb.impl.VersionSet.Builder.FileMetaDataBySmallestKey
- All Implemented Interfaces:
Comparator<FileMetaData>
- Enclosing class:
VersionSet.Builder
private static class VersionSet.Builder.FileMetaDataBySmallestKey
extends Object
implements Comparator<FileMetaData>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateFileMetaDataBySmallestKey(InternalKeyComparator internalKeyComparator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
internalKeyComparator
-
-
Constructor Details
-
FileMetaDataBySmallestKey
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<FileMetaData>
-