Package com.biglybt.core.util
Interface StringInterner.StringSupplier
- All Superinterfaces:
Comparable<StringInterner.StringSupplier>
,Supplier<String>
- All Known Implementing Classes:
StringInterner.DirKey
,StringInterner.FileKey
,StringInterner.StringSupplierBasic
,StringInterner.StringSupplierGenerated
- Enclosing class:
StringInterner
public static interface StringInterner.StringSupplier
extends Supplier<String>, Comparable<StringInterner.StringSupplier>
NOTE this should always return the same string, it is not intended to support
a mutable result...
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
isEmpty
boolean isEmpty()
-