Interface Entries<A,B>

Type Parameters:
A - key type
B - value type

public interface Entries<A,B>
Since:
1.4
Author:
Jeremy Kuhn
  • Method Summary

    Modifier and Type
    Method
    Description
    entry(A key, B value)
     
  • Method Details

    • entry

      Entries<A,B> entry(A key, B value)
      Parameters:
      key -
      value -
      Returns: