class FileSystemKey extends java.lang.Object implements java.lang.Comparable<FileSystemKey>
| Modifier and Type | Field and Description |
|---|---|
private static FileSystemOptions |
EMPTY_OPTIONS |
private FileSystemOptions |
fileSystemOptions |
private java.lang.Comparable<?> |
key |
| Constructor and Description |
|---|
FileSystemKey(java.lang.Comparable<?> key,
FileSystemOptions fileSystemOptions)
Create the FS key.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FileSystemKey o) |
java.lang.String |
toString() |
private static final FileSystemOptions EMPTY_OPTIONS
private final java.lang.Comparable<?> key
private final FileSystemOptions fileSystemOptions
FileSystemKey(java.lang.Comparable<?> key,
FileSystemOptions fileSystemOptions)
key - must implement Comparable, and must be self-comparablefileSystemOptions - the required optionspublic int compareTo(FileSystemKey o)
compareTo in interface java.lang.Comparable<FileSystemKey>public java.lang.String toString()
toString in class java.lang.Object