Package mondrian.util

Class StringKey

java.lang.Object
mondrian.util.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 Details

    • StringKey

      public StringKey(String value)
      Creates a StringKey.
  • Method Details