Package com.biglybt.core.util
Class StringInterner.FileKey
java.lang.Object
com.biglybt.core.util.StringInterner.FileKey
- All Implemented Interfaces:
StringInterner.StringSupplier
,Comparable<StringInterner.StringSupplier>
,Supplier<String>
- Direct Known Subclasses:
StringInterner.DirKey
- Enclosing class:
StringInterner
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String[]
static final StringInterner.FileKey
private final int
-
Constructor Summary
ConstructorsModifierConstructorDescriptionFileKey
(StringInterner.FileKey fk, String tail) protected
FileKey
(StringInterner.FileKey fk, String tail, boolean is_dir) protected
protected
-
Method Summary
-
Field Details
-
EMPTY_FILE
-
hash_code
private final int hash_code -
comps
-
-
Constructor Details
-
FileKey
-
FileKey
-
FileKey
-
FileKey
-
FileKey
-
FileKey
-
FileKey
-
-
Method Details
-
getFile
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceStringInterner.StringSupplier
-
toString
-
get
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<StringInterner.StringSupplier>
-
isFile
public boolean isFile()
-