Interface Paired<K,​V>

  • All Superinterfaces:
    java.util.Map.Entry<K,​V>
    All Known Implementing Classes:
    Pair

    public interface Paired<K,​V>
    extends java.util.Map.Entry<K,​V>
    • Method Detail

      • getFirst

        K getFirst()
      • getSecond

        V getSecond()
      • component1

        default K component1()
      • component2

        default V component2()