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

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • isEmpty

      boolean isEmpty()