Class KeyValue<E,K>

java.lang.Object
org.apache.xml.security.stax.impl.util.KeyValue<E,K>

public class KeyValue<E,K> extends Object
  • Constructor Details

    • KeyValue

      public KeyValue(E key, K value)
  • Method Details

    • getKey

      public E getKey()
    • getValue

      public K getValue()