Interface StringInterner

  • All Known Implementing Classes:
    StringInternerImpl

    public interface StringInterner
    Creates "interned" strings that are unique for the same content. This is used for common description strings, particularly those used by Binding instances. The internal cache of interned strings id cleared whenever the ComponentClasses InvalidationEventHub is invalidated (i.e., when component class files change).
    Since:
    5.1.0.0
    • Method Detail

      • intern

        String intern​(String string)
        Interns a string.
        Parameters:
        string - the string to intern
        Returns:
        the input string, or another string instance with the same content