Class Pair<K,V>

java.lang.Object
java.util.AbstractMap.SimpleEntry<K,V>
org.restheart.utils.Pair<K,V>
All Implemented Interfaces:
Serializable, Map.Entry<K,V>

public class Pair<K,V> extends AbstractMap.SimpleEntry<K,V>
See Also:
  • Constructor Details

    • Pair

      public Pair(K key, V value)