Package mondrian.util

Class StringKey


  • public abstract class StringKey
    extends Object
    Type-safe value that contains an immutable string. Two instances are the same if they have identical type and contain equal strings.
    • Constructor Detail

      • StringKey

        public StringKey​(String value)
        Creates a StringKey.