Class SchemaManager.Pair<K,V>

java.lang.Object
tigase.db.util.SchemaManager.Pair<K,V>
Enclosing class:
SchemaManager

public static class SchemaManager.Pair<K,V> extends Object
  • Constructor Details

    • Pair

      public Pair(K key, V value)
  • Method Details

    • getKey

      public K getKey()
    • getValue

      public V getValue()