Class Key


  • public final class Key
    extends Object
    This class stores a multi-part key in such as way as to allow instances of the class to be included in HashMaps.
    • Constructor Detail

      • Key

        public Key()
      • Key

        public Key​(int initialCapacity)
    • Method Detail

      • numValues

        public int numValues()
      • value

        public String value​(int index)
      • appendValue

        public void appendValue​(String aValue)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object