Interface DictionaryInt.Visitor

Enclosing class:
DictionaryInt

public static interface DictionaryInt.Visitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(long key, int value)
     
  • Method Details

    • visit

      void visit(long key, int value)