Class KeyAndValue<T>

java.lang.Object
org.glassfish.main.itest.tools.asadmin.KeyAndValue<T>
Type Parameters:
T - value type
All Implemented Interfaces:
Comparable<KeyAndValue<?>>

public class KeyAndValue<T> extends Object implements Comparable<KeyAndValue<?>>
Author:
David Matejcek
  • Constructor Details

    • KeyAndValue

      public KeyAndValue(String key, T value)
  • Method Details