Class KeyValuePair

Object
com.liferay.portal.kernel.util.KeyValuePair
All Implemented Interfaces:
Serializable, Comparable<KeyValuePair>

public class KeyValuePair extends Object implements Comparable<KeyValuePair>, Serializable
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • KeyValuePair

      public KeyValuePair()
    • KeyValuePair

      public KeyValuePair(String key, String value)
  • Method Details